1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/contrib/init
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
..
openrc Add NOFILE and NPROC ulimit settings to the OpenRC init script 2014-07-02 09:36:57 -06:00
systemd contrib/systemd: mount namespace and subtree flags 2015-01-20 14:22:04 -05:00
sysvinit-debian Fix several minor issues with Debian sysvinit script 2014-08-07 16:45:22 -06:00
sysvinit-redhat Try to avoid issues when the Docker daemon restarts. 2014-09-18 08:21:00 -04:00
upstart upstart: Don't emit "started" event until docker.sock is available 2014-12-16 21:25:01 +00:00