Skip to content

Instantly share code, notes, and snippets.

@marr
Created February 26, 2014 08:41
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 marr/9225908 to your computer and use it in GitHub Desktop.
Save marr/9225908 to your computer and use it in GitHub Desktop.
# Box https://github.com/phusion/open-vagrant-boxes
Vagrant.configure("2") do |config|
config.vm.box = "phusion-open-ubuntu-12.04-amd64"
# This is a built box that builds boxes
config.vm.provision "docker",
images: ["phusion/baseimage"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment