We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33d0ff commit ef8fa11Copy full SHA for ef8fa11
1 file changed
Vagrantfile
@@ -9,7 +9,7 @@ Vagrant.configure(2) do |config|
9
# install docker
10
ubuntu1604.vm.provision :shell, inline: 'curl -fsSL https://get.docker.com/ | sh'
11
# add vagrant user to docker group
12
- ubuntu1604.vm.provision :shell, inline: 'usermod -aG docker vagrant'
+ ubuntu1604.vm.provision :shell, inline: 'usermod -aG docker ubuntu'
13
# reload and restart docker daemon
14
ubuntu1604.vm.provision :shell, inline: 'systemctl daemon-reload'
15
ubuntu1604.vm.provision :shell, inline: 'systemctl restart docker.service'
0 commit comments