moby--moby/contrib/init
Michael Crosby 04104c3a1e Remove docker.socket from rpm based systems
Fixes #23981

The selinux issue we are seeing in the report is related to the socket
file for docker and nothing else. By removing the socket docker starts
up correctly.

However, there is another motivation for removing socket activation from
docker's systemd files and that is because when you have daemons running
with --restart always whenever you have a host reboot those daemons
will not be started again because the docker daemon is not started by
systemd until a request comes into the docker API.

Leave it for deb based systems because everything is working correctly
for both socket activation and starting normally at boot.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2016-07-19 09:31:43 -07:00
..
openrc contrib: init: use dockerd 2016-05-11 11:00:11 +02:00
systemd Remove docker.socket from rpm based systems 2016-07-19 09:31:43 -07:00
sysvinit-debian use tabs for indentation 2016-07-12 23:16:55 +02:00
sysvinit-redhat Change $prog back to docker in sysvinit-redhat 2016-07-14 17:21:59 -04:00
upstart contrib: init: use dockerd 2016-05-11 11:00:11 +02:00