Skip to content

Commit c33d0ff

Browse files
committed
switch to official ubuntu box
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
1 parent f844736 commit c33d0ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Vagrant.configure(2) do |config|
66

77
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/
8+
ubuntu1604.vm.box = 'ubuntu/xenial64' # https://atlas.hashicorp.com/ubuntu/boxes/xenial64
99
# install docker
1010
ubuntu1604.vm.provision :shell, inline: 'curl -fsSL https://get.docker.com/ | sh'
1111
# add vagrant user to docker group

0 commit comments

Comments
 (0)