summaryrefslogtreecommitdiff
path: root/content/faqs/_index.md
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-13 15:29:23 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-13 15:29:23 -0300
commit3e20beafc4721f403840b6e41a89ab666f6db851 (patch)
treea43254c9d0fc864c439f234073a10bc48dac223e /content/faqs/_index.md
parent5e06e43c904e6cc40c34d912982b532ce7e47ca0 (diff)
Added docker permission errors to the FAQs
Diffstat (limited to 'content/faqs/_index.md')
-rw-r--r--content/faqs/_index.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/content/faqs/_index.md b/content/faqs/_index.md
index 7531e7a..4d2b7d5 100644
--- a/content/faqs/_index.md
+++ b/content/faqs/_index.md
@@ -5,6 +5,19 @@ draft: false
weight: 100
---
-### Why did you choose <this_software> instead of <that_software>?
+## Common `docker` permission errors
+
+If you are getting errors like this when running the installer or running the `yams` cli:
+
+```sh
+permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock:
+```
+
+It might mean that you need to reload your user. This is fixed by logging out of your server and logging back in.
+
+This happens because your user needs to be part of the `docker` group in order to be able to execute `docker` without `sudo`
+
+## Why did you choose <this_software> instead of <that_software>?
Because. That's why it's _**opinionated**_, you don't _necessarily_ have to agree with me. This setup is aimed at noobs and first time media server enthusiasts. You can always use my sources and fork the project 🔥
+