From 0fe493b95905f991517ba9dcfbc5ac6a4165ca94 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 27 Mar 2024 07:00:19 +0100 Subject: [PATCH] docs: log in/out issue Closes https://git.coopcloud.tech/coop-cloud/organising/issues/562 --- docs/operators/handbook.md | 6 ++++++ docs/operators/tutorial.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md index 3776360..554b7e3 100644 --- a/docs/operators/handbook.md +++ b/docs/operators/handbook.md @@ -232,6 +232,12 @@ The requirements are: 1. Swarm mode initialised 1. Proxy network created +!!! warning "You may need to log in/out" + + When running `usermod ...`, you may need to (depending on your system) log + in and out again of your shell session to get the required permissions for + Docker. + ``` # docker install convenience script wget -O- https://get.docker.com | bash diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index 15fc912..dea0ce2 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -32,6 +32,12 @@ You need to keep port `:80` and `:443` free on your server for web proxying to y `abra` has support for creating servers (`abra server new`) but that is a more advanced automation feature which is covered in the [handbook](/operators/handbook). For this tutorial, we'll focus on the basics. Assuming you've managed to create a testing VPS with some `$hosting_provider`, you'll need to install Docker, add your user to the Docker group & setup swarm mode: +!!! warning "You may need to log in/out" + + When running `usermod ...`, you may need to (depending on your system) log + in and out again of your shell session to get the required permissions for + Docker. + ``` # docker install convenience script wget -O- https://get.docker.com | bash