mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user