summaryrefslogtreecommitdiff
path: root/content/install
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-10-22 11:04:14 -0300
committerRoger Gonzalez <roger@rogs.me>2023-10-22 11:04:14 -0300
commitb8c6848dce2d168d88c39cc91608d9fccace7148 (patch)
tree0cebcd7443df1520f7fd897701f826a494dd67f8 /content/install
parent3de1734a4bda9300bd0d7daa508c3b276162d6cc (diff)
Added "common errors" page
Diffstat (limited to 'content/install')
-rw-r--r--content/install/steps.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/install/steps.md b/content/install/steps.md
index 19ebb49..994c79f 100644
--- a/content/install/steps.md
+++ b/content/install/steps.md
@@ -44,7 +44,7 @@ Make sure you can run `docker` **without** `sudo`!
If you run `docker` 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.
-If you can run `docker run hello-world` without `sudo`, you can continue. If you encounter any other `docker` issue, go to the [FAQs](/faqs/), there's a section on "Common `docker` permission errors".
+If you can run `docker run hello-world` without `sudo`, you can continue. If you encounter any other `docker` issue, go here: [Common docker permission errors](/faqs/common-errors/#common-docker-permission-errors).
### Inspecting the `install` script by yourself (optional).