You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/commandline/dockerd.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -955,16 +955,16 @@ This option will completely disable user namespace mapping for the container's u
955
955
The following standard Docker features are currently incompatible when
956
956
running a Docker daemon with user namespaces enabled:
957
957
958
-
- sharing PID or NET namespaces with the host (`--pid=host` or `--network=host`)
959
-
- A `--read-only` container filesystem (this is a Linux kernel restriction against remounting with modified flags of a currently mounted filesystem when inside a user namespace)
960
-
- external (volume or graph) drivers which are unaware/incapable of using daemon user mappings
958
+
- sharing PID or NET namespaces with the host (`--pid=host` or `--net=host`)
961
959
- Using `--privileged` mode flag on `docker run` (unless also specifying `--userns=host`)
962
960
963
961
In general, user namespaces are an advanced feature and will require
964
962
coordination with other capabilities. For example, if volumes are mounted from
965
963
the host, file ownership will have to be pre-arranged if the user or
966
964
administrator wishes the containers to have expected access to the volume
967
-
contents.
965
+
contents. Note that when using external volume or graph driver plugins, those
966
+
external software programs must be made aware of user and group mapping ranges
967
+
if they are to work seamlessly with user namespace support.
968
968
969
969
Finally, while the `root` user inside a user namespaced container process has
970
970
many of the expected admin privileges that go along with being the superuser, the
0 commit comments