Hide Forgot
From systemctl status we have: Process: 9419 ExecStart=/usr/bin/dockerd-current --add-runtime oci=/usr/libexec/docker/docker-runc-current --default-runtime=oci --authorization-plugin=rhel-push-plugin (code=exited, status=1/FAILURE) This is odd because dockerd has a *LOT* more arguments than that specified in /usr/lib/systemd/system/docker.service ... oh, wait: ExecStart=/usr/bin/dockerd-current \ --add-runtime oci=/usr/libexec/docker/docker-runc-current \ --default-runtime=oci \ --authorization-plugin=rhel-push-plugin --containerd /run/containerd.sock \ --exec-opt native.cgroupdriver=systemd \ --userland-proxy-path=/usr/libexec/docker/docker-proxy-current \ Note the authorization-plugin line has no \
Oh yeah: docker.x86_64 2:1.12.3-22.git7b5044b.fc26 docker-common.x86_64 2:1.12.3-22.git7b5044b.fc26 docker-rhel-push-plugin.x86_64 2:1.12.3-22.git7b5044b.fc26
Fixed by http://koji.fedoraproject.org/koji/buildinfo?buildID=820618 Note that there's currently a SELinux issue when starting docker https://bugzilla.redhat.com/show_bug.cgi?id=1398900
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
I can confirm this no longer an issue in docker-1.13.1-44.git584d391.fc26.