diff --git a/docker.md b/docker.md index 2e927fbb6..15520ceae 100644 --- a/docker.md +++ b/docker.md @@ -7,4 +7,12 @@ - [[docker start]] starts a previously created container - [[docker stop]] stops a running container - [[docker ps]] (-a) shows running (all) containers - - #pull [[please contain yourself]], an introduction \ No newline at end of file + - #pull [[please contain yourself]], an introduction + +> To run Docker as a non-privileged user, consider setting up the +Docker daemon in rootless mode for your user: +> dockerd-rootless-setuptool.sh install +> Visit https://docs.docker.com/go/rootless/ to learn about rootless mode. +> To run the Docker daemon as a fully privileged service, but granting non-root +users access, refer to https://docs.docker.com/go/daemon-access/ +