Skip to content

Instantly share code, notes, and snippets.

@GeoffreyPlitt
Last active December 27, 2015 17:49
Show Gist options
  • Save GeoffreyPlitt/7365004 to your computer and use it in GitHub Desktop.
Save GeoffreyPlitt/7365004 to your computer and use it in GitHub Desktop.
Fastest way ever to play with Docker
Vagrant.configure("2") do |config|
config.vm.box = "precise64"
config.vm.provision "docker",
images: ["ubuntu"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment