moby--moby/runconfig
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
..
fixtures
opts Run privileged containers when userns are specified 2016-03-14 17:09:25 +02:00
compare.go
compare_test.go
config.go
config_test.go
config_unix.go
config_windows.go
errors.go
hostconfig.go
hostconfig_test.go Run privileged containers when userns are specified 2016-03-14 17:09:25 +02:00
hostconfig_unix.go
hostconfig_windows.go Windows libnetwork integration 2016-03-09 20:33:21 -08:00
streams.go