Skip to content

add pidfile to docker.initd and create its folder

Dave requested to merge add-pid-file-to-docker into master

Docker service has trouble starting on its own. We need a pidfile="/run/docker/docker.pid" and we need to make sure the directory is created in start_pre().

Merge request reports