From 8f0254da4124c44e510e8a4c354c1e5c84ee2d05 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 26 Aug 2016 12:06:58 +0200 Subject: [PATCH] Merge pull request #26029 from WhisperingChaos/25918-permissive-to-privileged Fixes #25918 - Changed --permissive to --privileged. (cherry picked from commit 91fdafb79f1532de33e2e258446d6eab80fd0d53) Signed-off-by: Charles Smith --- docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index 404bbb6270..883726bd98 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -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