Skip to content

Instantly share code, notes, and snippets.

@dodola
Created November 13, 2022 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dodola/555b3a3b54a54a6428ef2c59bc82f3d9 to your computer and use it in GitHub Desktop.
Save dodola/555b3a3b54a54a6428ef2c59bc82f3d9 to your computer and use it in GitHub Desktop.
Vagrantfile
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/jammy64"
config.vm.provider "virtualbox" do |vb|
vb.memory = 8192
vb.cpus = 4
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment