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

Signed-off-by: Rich Moyse <rich@moyse.us>
Upstream-commit: 463d68bde9
Component: cli
This commit is contained in:
Rich Moyse
2017-06-02 00:10:07 +00:00
committed by Tibor Vass
parent 25ab7e3d6a
commit 4271b8612c
+1 -1
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