Update docker.md

* Update doc
This commit is contained in:
abraunegg 2024-03-22 21:39:14 +11:00
parent 0e82af637f
commit fab4568d66

View file

@ -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.