Skip to content

Commit ef8fa11

Browse files
committed
changed username in vagrantfile for ubuntu1604 vm
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
1 parent c33d0ff commit ef8fa11

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
@@ -9,7 +9,7 @@ Vagrant.configure(2) do |config|
99
# install docker
1010
ubuntu1604.vm.provision :shell, inline: 'curl -fsSL https://get.docker.com/ | sh'
1111
# add vagrant user to docker group
12-
ubuntu1604.vm.provision :shell, inline: 'usermod -aG docker vagrant'
12+
ubuntu1604.vm.provision :shell, inline: 'usermod -aG docker ubuntu'
1313
# reload and restart docker daemon
1414
ubuntu1604.vm.provision :shell, inline: 'systemctl daemon-reload'
1515
ubuntu1604.vm.provision :shell, inline: 'systemctl restart docker.service'

0 commit comments

Comments
 (0)