We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e97f3d9 + 7343788 commit 18adb7aCopy full SHA for 18adb7a
content/manuals/engine/security/userns-remap.md
@@ -16,6 +16,12 @@ can re-map this user to a less-privileged user on the Docker host. The mapped
16
user is assigned a range of UIDs which function within the namespace as normal
17
UIDs from 0 to 65536, but have no privileges on the host machine itself.
18
19
+> [!NOTE]
20
+>
21
+> With `userns-remap`, the Docker daemon still runs as root. To run both the
22
+> daemon and containers without root privileges, see [Rootless mode](rootless/_index.md)
23
+> instead.
24
+
25
## About remapping and subordinate user and group IDs
26
27
The remapping itself is handled by two files: `/etc/subuid` and `/etc/subgid`.
0 commit comments