1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Fixes #25918 - Changed --permissive to --privileged.

Signed-off-by: Rich Moyse <rich@moyse.us>
Upstream-commit: b63ce3305c1dd3aec307bbe3bfe0aead295137cb
Component: engine
This commit is contained in:
Rich Moyse
2016-08-25 16:49:37 -04:00
parent 4cad859c7a
commit de5170b89d

View File

@@ -645,7 +645,7 @@ allows you to share the same content between containers.
> **Note**: Automatic translation of MLS labels is not currently supported.
To disable the security labeling for this container versus running with the
`--permissive` flag, use the following command:
`--privileged` flag, use the following command:
$ docker run --security-opt label=disable -it fedora bash