fix: you need to re-login after usermod
This commit is contained in:
parent
e4092a2eed
commit
58d5e91927
@ -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 <server-domain>
|
||||
|
||||
# setup swarm
|
||||
docker swarm init
|
||||
docker network create -d overlay proxy
|
||||
|
Loading…
x
Reference in New Issue
Block a user