moby/docs/reference
Liron Levin 6993e891d1 Run privileged containers when userns are specified
Following #19995 and #17409 this PR enables skipping userns re-mapping
when creating a container (or when executing a command). Thus, enabling
privileged containers running side by side with userns remapped
containers.

The feature is enabled by specifying ```--userns:host```, which will not
remapped the user if userns are applied. If this flag is not specified,
the existing behavior (which blocks specific privileged operation)
remains.

Signed-off-by: Liron Levin <liron@twistlock.com>
2016-03-14 17:09:25 +02:00
..
api Run privileged containers when userns are specified 2016-03-14 17:09:25 +02:00
commandline Run privileged containers when userns are specified 2016-03-14 17:09:25 +02:00
builder.md Docs: add note about CMD and ENTRYPOINT commands 2016-02-24 22:57:25 +01:00
glossary.md Update links to Docker Hub 2016-03-04 15:48:52 +01:00
index.md Creating Engine specific menu 2016-01-26 15:58:53 -08:00
run.md Add support for NoNewPrivileges in docker 2016-03-07 09:47:02 -08:00