diff --git a/engine/security/rootless.md b/engine/security/rootless.md index f364163fc2..879b02d49c 100644 --- a/engine/security/rootless.md +++ b/engine/security/rootless.md @@ -11,9 +11,6 @@ the container runtime. Rootless mode does not require root privileges even during the installation of the Docker daemon, as long as the [prerequisites](#prerequisites) are met. -Rootless mode was introduced in Docker Engine v19.03 as an experimental feature. -Rootless mode graduated from experimental in Docker Engine v20.10. - ## How it works Rootless mode executes the Docker daemon and containers inside a user namespace. @@ -306,7 +303,7 @@ To run Rootless Docker inside "rootful" Docker, use the `docker:-dind-r image instead of `docker:-dind`. ```console -$ docker run -d --name dind-rootless --privileged docker:20.10-dind-rootless +$ docker run -d --name dind-rootless --privileged docker:23.0-dind-rootless ``` The `docker:-dind-rootless` image runs as a non-root user (UID 1000).