symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2022-04-27 23:33:03 MSK; 32ms ago
Docs: https://docs.docker.com
Process: 10360 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 10360 (code=exited, status=1/FAILURE)
Apr 27 23:33:03 p618106.vps systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Apr 27 23:33:03 p618106.vps systemd[1]: docker.service: Failed with result 'exit-code'.
Apr 27 23:33:03 p618106.vps systemd[1]: Failed to start Docker Application Container Engine.
dpkg: error processing package docker-ce (--configure):
installed docker-ce package post-installation script subprocess returned error exit status 1
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for systemd (237-3ubuntu10.53) ...
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)
sudo apt-get purge docker* -y ; sudo apt-get install docker.io -y
та же самая ошибка Failed to start Docker Application Container Engine.
https://docs.docker.com/engine/install/ubuntu/
Обсуждают сегодня