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

This commit is contained in:
Mehdi BEN ABDALLAH
2019-06-26 15:31:24 +02:00
parent 9c469a18ea
commit 978b13e7cd

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