We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f844736 commit c33d0ffCopy full SHA for c33d0ff
1 file changed
Vagrantfile
@@ -5,7 +5,7 @@
5
Vagrant.configure(2) do |config|
6
7
config.vm.define :ubuntu1604 do |ubuntu1604|
8
- ubuntu1604.vm.box = 'ffuenf/ubuntu-16.04-server-amd64' # https://atlas.hashicorp.com/ffuenf/boxes/ubuntu-16.04-server-amd64/
+ ubuntu1604.vm.box = 'ubuntu/xenial64' # https://atlas.hashicorp.com/ubuntu/boxes/xenial64
9
# install docker
10
ubuntu1604.vm.provision :shell, inline: 'curl -fsSL https://get.docker.com/ | sh'
11
# add vagrant user to docker group
0 commit comments