On 9/9/19 9:59 AM, Felicia P wrote:
Drop-In: /etc/systemd/system/docker.service.d └─override.conf
Please have a look at this file, you probably want to remove it.
Docs:https://docs.docker.com Process: 715918 ExecStart=/usr/sbin/dockerd -H unix:// $DOCKER_OPTS (code=exited, status=1/FAILURE)
You're still trying to launch docker with a modified command line (ie -H unix:// instead of -H fd://), surely due to the override.conf file mentioned above.