From 58d5e919276a7ec5eaca68051ce782271612f52e Mon Sep 17 00:00:00 2001
From: f <f@sutty.nl>
Date: Thu, 11 Jul 2024 11:39:33 -0300
Subject: [PATCH] fix: you need to re-login after usermod

---
 docs/operators/tutorial.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md
index f414537..c9c190f 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 <server-domain>
+
 # setup swarm
 docker swarm init
 docker network create -d overlay proxy