VTWO-14496 : wait for docker to start before adding the user to the docker group, because that group is created asynchronously during the start

pull/468/head
Mehdi BEN ABDALLAH 2019-06-26 15:31:24 +02:00
parent 9c469a18ea
commit 978b13e7cd
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ sudo apt-get install -y --allow-unauthenticated docker-ce docker-ce-cli containe
sudo systemctl enable docker
sleep 5
sudo systemctl start docker
sleep 5
sudo usermod -aG docker $USER