forked from toolshed/docs.coopcloud.tech
		
	fix: you need to re-login after usermod
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user