Browse code

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

Signed-off-by: Rich Moyse <rich@moyse.us>

Rich Moyse authored on 2016/08/26 05:49:37
Showing 1 changed files
... ...
@@ -645,7 +645,7 @@ allows you to share the same content between containers.
645 645
 > **Note**: Automatic translation of MLS labels is not currently supported.
646 646
 
647 647
 To disable the security labeling for this container versus running with the
648
-`--permissive` flag, use the following command:
648
+`--privileged` flag, use the following command:
649 649
 
650 650
     $ docker run --security-opt label=disable -it fedora bash
651 651