Переглянути джерело

Merge pull request #5562 from rhatdan/master

Fix docker man page to reference selinux-enable flag
Tianon Gravi 11 роки тому
батько
коміт
d103f0186a
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      contrib/man/md/docker.1.md

+ 4 - 1
contrib/man/md/docker.1.md

@@ -23,7 +23,7 @@ its own man page which explain usage and arguements.
 To see the man page for a command run **man docker <command>**.
 
 # OPTIONS
-**-D**=*ture*|*false*
+**-D**=*true*|*false*
    Enable debug mode. Default is false.
 
 **-H**, **--host**=[unix:///var/run/docker.sock]: tcp://[host[:port]] to bind or
@@ -73,6 +73,9 @@ port=[4243] or path =[/var/run/docker.sock] is omitted, default values are used.
 **-v**=*true*|*false*
   Print version information and quit. Default is false.
 
+**--selinux-enabled=*true*|*false*
+  Enable selinux support. Default is false.
+
 # COMMANDS
 **docker-attach(1)**
   Attach to a running container