I found SLE_12_SP4 updated docker version to 19.03.12_ce on June 26th. After installed the latest docker version, I could not start docker daemon. And I got the messages below:
vm20200628:~ # systemctl start docker
Job for docker.service failed. See “systemctl status docker.service” and “journalctl -xn” for details.
vm20200628:~ # systemctl status docker.service
docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled)
Active: failed (Result: start-limit) since Mon 2020-06-29 08:51:12 UTC; 15s ago
Docs: http://docs.docker.com
Process: 9858 ExecStart=/usr/bin/dockerd --host tcp://0.0.0.0:2375 --host unix:///var/run/docker.sock --iptables=false (code=exited, status=1/FAILURE)
Main PID: 9858 (code=exited, status=1/FAILURE)
Jun 29 08:51:12 vm20200628 systemd[1]: Failed to start Docker Application Container Engine.
Jun 29 08:51:12 vm20200628 systemd[1]: Unit docker.service entered failed state.
Jun 29 08:51:12 vm20200628 systemd[1]: docker.service holdoff time over, scheduling restart.
Jun 29 08:51:12 vm20200628 systemd[1]: Stopping Docker Application Container Engine…
Jun 29 08:51:12 vm20200628 systemd[1]: Starting Docker Application Container Engine…
Jun 29 08:51:12 vm20200628 systemd[1]: docker.service start request repeated too quickly, refusing to start.
Jun 29 08:51:12 vm20200628 systemd[1]: Failed to start Docker Application Container Engine.
Jun 29 08:51:12 vm20200628 systemd[1]: Unit docker.service entered failed state.
vm20200628:~ # journalctl -xn
– Logs begin at Sun 2020-06-28 12:39:25 UTC, end at Mon 2020-06-29 08:51:12 UTC. –
Jun 29 08:51:12 vm20200628 dockerd[9858]: failed to start containerd: exec: “docker-containerd”: executable file not found in $PATH
Jun 29 08:51:12 vm20200628 systemd[1]: docker.service: main process exited, code=exited, status=1/FAILURE
Jun 29 08:51:12 vm20200628 systemd[1]: Failed to start Docker Application Container Engine.
– Subject: Unit docker.service has failed
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit docker.service has failed.
– The result is failed.
Jun 29 08:51:12 vm20200628 systemd[1]: Unit docker.service entered failed state.
Jun 29 08:51:12 vm20200628 systemd[1]: docker.service holdoff time over, scheduling restart.
Jun 29 08:51:12 vm20200628 systemd[1]: Stopping Docker Application Container Engine…
– Subject: Unit docker.service has begun shutting down
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit docker.service has begun shutting down.
Jun 29 08:51:12 vm20200628 systemd[1]: Starting Docker Application Container Engine…
– Subject: Unit docker.service has begun with start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit docker.service has begun starting up.
Jun 29 08:51:12 vm20200628 systemd[1]: docker.service start request repeated too quickly, refusing to start.
Jun 29 08:51:12 vm20200628 systemd[1]: Failed to start Docker Application Container Engine.
– Subject: Unit docker.service has failed
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit docker.service has failed.
– The result is failed.