Interesting, the auto patch should have removed that.

I'll take a look

On 05/04/2017 05:26 PM, Orion Poplawski wrote:
> The docker service fails to start:
>
> # systemctl start docker.service
> Failed to start docker.service: Unit not found.
>
> This is because docker.service has a dependency on a non-existent unit:
>
> [Unit]
> ...
> Requires=rhel-push-plugin.socket
>
> The centos 7 extras package has removed it, as well as
> '--authorization-plugin=rhel-push-plugin'.
> See the c7-extras branch of https://git.centos.org/summary/rpms!docker
> for any other changes.
>