diff --git a/docs/source/markdown/options/userns.container.md b/docs/source/markdown/options/userns.container.md index 298d3d90ff..bc5c85ca85 100644 --- a/docs/source/markdown/options/userns.container.md +++ b/docs/source/markdown/options/userns.container.md @@ -28,7 +28,9 @@ Example: `containers:2147483647:2147483648`. Podman allocates unique ranges of UIDs and GIDs from the `containers` subordinate user ids. The size of the ranges is based on the number of UIDs required in the image. The number of UIDs and GIDs can be overridden with the `size` option. -The option `--userns=keep-id` uses all the subuids and subgids of the user. Using `--userns=auto` when starting new containers will not work as long as any containers exist that were started with `--userns=keep-id`. +The option `--userns=keep-id` uses all the subuids and subgids of the user. +The option `--userns=nomap` uses all the subuids and subgids of the user except the user's own ID. +Using `--userns=auto` when starting new containers will consequently not work as long as any containers exist that were started with `--userns=keep-id` or `--userns=nomap`. Valid `auto` options: