Skip to content

Commit

Permalink
docs: clarify default behavior of docker userns_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Jan 8, 2021
1 parent 1343d7a commit 463fed9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/content/docs/drivers/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,9 @@ config {
to be configured to allow privileged containers.

- `userns_mode` - (Optional) `host` or not set (default). Set to `host` to use
the host's user namespace when user namespace remapping is enabled on the
docker daemon.
the host's user namespace (effectively disabling user namespacing) when user
namespace remapping is enabled on the docker daemon. This field has no
effect if the docker daemon does not have user namespace remapping enabled.

- `volumes` - (Optional) A list of `host_path:container_path` strings to bind
host paths to container paths. Mounting host paths outside of the [allocation
Expand Down

0 comments on commit 463fed9

Please sign in to comment.