mirror of https://github.com/docker/docs.git
word-fix (#18921)
This commit is contained in:
parent
80b0ef6a86
commit
fb8eb1a3c9
|
@ -136,7 +136,7 @@ The following output displays:
|
||||||
|
|
||||||
This indicates that the container's root user (0) maps to unprivileged user
|
This indicates that the container's root user (0) maps to unprivileged user
|
||||||
(100000) in the Docker Desktop VM, and that the mapping extends for a range of
|
(100000) in the Docker Desktop VM, and that the mapping extends for a range of
|
||||||
64K user-IDs. With If a container process were to escape the container, it would
|
64K user-IDs. If a container process were to escape the container, it would
|
||||||
find itself without privileges at the VM level. The user-ID mapping varies with
|
find itself without privileges at the VM level. The user-ID mapping varies with
|
||||||
each new container, as each container gets an exclusive range of host User-IDs
|
each new container, as each container gets an exclusive range of host User-IDs
|
||||||
for isolation. User-ID mapping is automatically managed by Docker Desktop. For
|
for isolation. User-ID mapping is automatically managed by Docker Desktop. For
|
||||||
|
|
Loading…
Reference in New Issue