moby--moby/hack/make/.build-rpm
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
..
docker-engine-selinux.spec Only relabel /var/lib/docker on initial install 2016-02-16 08:27:59 -05:00
docker-engine.spec Remove docker.socket from rpm based systems 2016-07-19 09:31:43 -07:00