diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index f4145376..c9c190fd 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -38,6 +38,10 @@ wget -O- https://get.docker.com | bash # add user to docker group sudo usermod -aG docker $USER +# exit and re-login to load the group +exit +ssh + # setup swarm docker swarm init docker network create -d overlay proxy