From fab4568d66156b3daec46438e19509bd53cccca8 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Fri, 22 Mar 2024 21:39:14 +1100 Subject: [PATCH] Update docker.md * Update doc --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index 1fbc5f86..57e6fef4 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -41,7 +41,7 @@ Additionally there are specific version release tags for each release. Refer to Install 'docker' as per your distribution platform's instructions if not already installed as per the instructions on https://docs.docker.com/engine/install/ > [!CAUTION] -> If you are using Ubuntu, do not install Docker from your distribution platform's repositories. You *must* install Docker from Docker provided packages. +> If you are using Ubuntu, do not install Docker from your distribution platform's repositories as these contain obsolete and outdated versions. 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.