moby--moby/contrib/init/systemd
Vincent Batts eb76cb2301 contrib/systemd: mount namespace and subtree flags
This systemd.exec setting will construct a new mount namespace for the
docker daemon, and use slave shared-subtree mounts so that volume mounts
propogate correctly into containers.

By having an unshared mount namespace for the daemon it ensures that
mount references are not held by other pids outside of the docker
daemon. Frequently this can be seen in EBUSY or "device or resource
busy" errors.

Signed-off-by: Vincent Batts <vbatts@redhat.com>
2015-01-20 14:22:04 -05:00
..
MAINTAINERS Adding self to various maintainers files. 2014-09-29 15:43:07 -07:00
docker.service contrib/systemd: mount namespace and subtree flags 2015-01-20 14:22:04 -05:00
docker.socket Fix system socket/service unit files 2014-10-07 14:09:08 -04:00