Skip to content

Instantly share code, notes, and snippets.

@whiteley
Created October 15, 2014 03:11
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 whiteley/a9d33a89ce264a5f1110 to your computer and use it in GitHub Desktop.
Save whiteley/a9d33a89ce264a5f1110 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provider "docker" do |d|
d.image = "ubuntu/trusty"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment