summaryrefslogtreecommitdiff
path: root/content/install
diff options
context:
space:
mode:
Diffstat (limited to 'content/install')
-rw-r--r--content/install/steps.md2
-rw-r--r--content/install/using-the-cli.md3
2 files changed, 5 insertions, 0 deletions
diff --git a/content/install/steps.md b/content/install/steps.md
index 926daa6..5ced292 100644
--- a/content/install/steps.md
+++ b/content/install/steps.md
@@ -114,6 +114,8 @@ Everything installed correctly! 🎉
...
```
+If you get a `docker` permission error, go [here](/faqs/) to fix it.
+
After a lot of docker installing, you'll get a message like this at the end:
```bash
diff --git a/content/install/using-the-cli.md b/content/install/using-the-cli.md
index 9613d79..a2e7f4d 100644
--- a/content/install/using-the-cli.md
+++ b/content/install/using-the-cli.md
@@ -33,3 +33,6 @@ Everything is very self-explanatory, but I'll go in more detail here:
- `stop`: Stops all the services gracefully.
- `start`: Starts all the services.
- `destroy`: Destroys all the services so you can start the configuration from scrath. ⚠️ Be careful! ⚠️ There's no going back after this!
+
+
+If you get a `docker` permission error trying to use the CLI, go [here](/faqs/) to fix it.