summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-24 08:48:35 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-24 08:48:35 -0300
commit5d916bf901fac7d00967b267da5ff33826c2a63e (patch)
treef5e599960eb3c13f52c429dc76919bc3bb892558
parentc8becc9f6b08fc656d7ece144c180cc888d1072f (diff)
Added warning about running with sudoadd-jellyfin-plex
-rw-r--r--content/install/steps.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/install/steps.md b/content/install/steps.md
index 7f9fd4a..bc84eb8 100644
--- a/content/install/steps.md
+++ b/content/install/steps.md
@@ -76,6 +76,8 @@ Do you want YAMS to install docker and docker-compose? IT ONLY WORKS ON DEBIAN A
```
You can choose `y` to install `docker` and `docker-compose` with YAMS or `n` to exit the script.
+**Note:** If you already have `docker` installed, make sure you can run it **without** sudo! If you run it with sudo and another user other than `root` you'll encounter multiple permission errors! You can find instructions on how to run `docker` without sudo here: https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user
+
When docker finishes the installation OR if you already had `docker` and `docker-compose` installed, you should see the following message at the bottom:
```bash