Addded docker support to Vagrantfile

Added vagrant box with docker support: https://atlas.hashicorp.com/tknerr/boxes/baseimage-ubuntu-14.04
This commit is contained in:
Alexander Kyxap 2016-10-05 17:24:37 +04:00 committed by GitHub
parent 4548e2430e
commit 3fffa64da2
1 changed files with 4 additions and 0 deletions

4
Vagrantfile vendored
View File

@ -60,6 +60,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
config.vm.provider "docker" do
config.vm.box = "tknerr/baseimage-ubuntu-14.04"
end
config.vm.provider "virtualbox" do |v|
v.memory = 4096
v.cpus = 2