summaryrefslogtreecommitdiff
path: root/content/install/using-the-cli.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/install/using-the-cli.md
parent5e06e43c904e6cc40c34d912982b532ce7e47ca0 (diff)
Added docker permission errors to the FAQs
Diffstat (limited to 'content/install/using-the-cli.md')
-rw-r--r--content/install/using-the-cli.md3
1 files changed, 3 insertions, 0 deletions
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.