From f35134f44ad10cd2b16677b13082c59d50d7ae5b Mon Sep 17 00:00:00 2001 From: avivmu Date: Sat, 10 Apr 2021 11:37:33 +0300 Subject: [PATCH] Rootless is not experimental anymore As mentioned in [https://docs.docker.com/engine/security/rootless/](Rootless mode) the feature has graduated from experimental in v.20.10 --- engine/security/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/security/index.md b/engine/security/index.md index e9dc01fc91..c71ccdd19f 100644 --- a/engine/security/index.md +++ b/engine/security/index.md @@ -81,8 +81,8 @@ started in 2006, and initially merged in kernel 2.6.24. Running containers (and applications) with Docker implies running the Docker daemon. This daemon requires `root` privileges unless you opt-in -to [Rootless mode](rootless.md) (experimental), and you should therefore -be aware of some important details. +to [Rootless mode](rootless.md), and you should therefore be aware of +some important details. First of all, **only trusted users should be allowed to control your Docker daemon**. This is a direct consequence of some powerful Docker