diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-13 15:29:23 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-13 15:29:23 -0300 |
commit | 3e20beafc4721f403840b6e41a89ab666f6db851 (patch) | |
tree | a43254c9d0fc864c439f234073a10bc48dac223e /content/install | |
parent | 5e06e43c904e6cc40c34d912982b532ce7e47ca0 (diff) |
Added docker permission errors to the FAQs
Diffstat (limited to 'content/install')
-rw-r--r-- | content/install/steps.md | 2 | ||||
-rw-r--r-- | content/install/using-the-cli.md | 3 |
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. |