Merge pull request #6452 from mheon/selinux_btrfs_fix

Error if Docker daemon starts with BTRFS graph driver and SELinux enabled
Upstream-commit: 219a3345deade869a415436c2b5c24c0c523ca08
Component: engine
This commit is contained in:
Michael Crosby
2014-07-07 11:34:50 -07:00
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ unix://[/path/to/socket] to use.
Print version information and quit. Default is false.
**--selinux-enabled**=*true*|*false*
Enable selinux support. Default is false.
Enable selinux support. Default is false. SELinux does not presently support the BTRFS storage driver.
# COMMANDS
**docker-attach(1)**
@@ -73,7 +73,7 @@ expect an integer, and they can only be specified once.
-p, --pidfile="/var/run/docker.pid" Path to use for daemon PID file
-r, --restart=true Restart previously running containers
-s, --storage-driver="" Force the Docker runtime to use a specific storage driver
--selinux-enabled=false Enable selinux support
--selinux-enabled=false Enable selinux support. SELinux does not presently support the BTRFS storage driver
--storage-opt=[] Set storage driver options
--tls=false Use TLS; implied by tls-verify flags
--tlscacert="/home/sven/.docker/ca.pem" Trust only remotes providing a certificate signed by the CA given here