moby/docs/sources/reference
Matthew Heon 4318802f64 Error if Docker daemon starts with BTRFS graph driver and SELinux enabled
The Docker btrfs graph driver does not interact well with SELinux at present.
If btrfs mounts the same file in several locations, the same SELinux label will
be applied to all mountpoints. In the context of the graph driver, things such
as shared libraries become inaccessible to containers due to SELInux, causing
all dynamically linked applications to fail when run in a container.

Consequently, error when we detect the daemon is being run with SELinux enabled
and the btrfs driver. Documentation has been added for this behavior.

Docker-DCO-1.1-Signed-off-by: Matthew Heon <mheon@redhat.com> (github: mheon)
2014-07-03 08:11:18 -04:00
..
api Implement tail for docker logs 2014-07-01 23:44:12 +04:00
commandline Error if Docker daemon starts with BTRFS graph driver and SELinux enabled 2014-07-03 08:11:18 -04:00
api.md Fixed API 1.12 links and misc other fixes 2014-06-08 17:59:22 -07:00
builder.md more docs for dockerignore 2014-07-01 15:11:18 -04:00
run.md I'm going to wish I didn't do this 2014-07-03 10:31:56 +10:00