From 1961c0cb6773c3338c2eaca8c4876bbcc8068f30 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 12 Feb 2024 06:41:36 +1100 Subject: [PATCH] Update docker.md * Update documentation regarding where to install Docker from --- docs/docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index 7c904b09..07d89820 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -37,7 +37,9 @@ Additionally there are specific version release tags for each release. Refer to ## Configuration Steps ### 1. Install 'docker' on your platform -Install 'docker' as per your distribution platform's instructions if not already installed. +Install 'docker' as per your distribution platform's instructions if not already installed as per the instructions on https://docs.docker.com/engine/install/ + +**Note:** If you are using Ubuntu, do not install Docker from your distribution platform's repositories. You must install Docker from Docker provided packages. ### 2. Configure 'docker' to allow non-privileged users to run Docker commands Read https://docs.docker.com/engine/install/linux-postinstall/ to configure the 'docker' user group with your user account to allow your non 'root' user to run 'docker' commands.