I’ve been learning k8s recently. The docker container needs to be installed in it. It can’t be started after installation. Record the solution
Because the docker here is in the form of compressed package, and it is not installed by yum. The solution is not necessarily universal
When I execute: systemctl restart docker, it will report an error
Then I followed the prompt that he reported an error: journalctl – Xe
He didn’t find the executable file in usr/bin. In the docker folder I unzipped, I directly moved the docker folder to /usr/bin/ directory. As a result,
Solution: remove the folder in the outer layer of docker and copy the executable file directly to the /usr/bin directory.
Read More:
- Docker Error: error invoking remote method ‘docker-start-container‘: error: (http code 500) server error –
- Linux Install Docker Error: Failed to restart docker.service: Unit docker.service not found.
- [Solved] Docker Filed to Start Container: Error response from daemon: network XXX not found
- Docker Start Container Error: Error response from daemon: task already exists: unknown
- [Solved] Win 10 VS Code Connect to the container of the server error: Cannot connect to the Docker daemon at … Is the docker daemon running
- [Solved] docker Startup Error: Job for docker.service failed because the control process exited with error code
- [Solved] docker: Error response from daemon: OCI runtime create failed: container_linux.go:380
- [Solved] Docker Download Mirror Error: Cannot connect to the Docker daemon at…
- [Solved] Job for docker.service failed because the control process exited with error code. After changing the docker configuration
- Docker pull Command Error response from daemon: Head https://registry-1.docker.io/v2/library/
- The docker export container cannot be run after being imported: error response from daemon: no command specified
- How to Solve Docker delete container image error: Error response from daemon: conflict: unable to delete 7cc1942f1ed5 (must be forced)
- [Solved] OCI runtime create failed: runc create failed: unable to start container process:
- [Solved] Docker failed to delete image error: no such image: CentOS
- [Solved] docker Error: System has not been booted with systemd as init system (PID 1). Can‘t operate. Failed to con
- See system logs and ‘systemctl status docker.service‘ for details
- Docker -v Directory Mount (How to Use)
- The solution of insufficient disk space of docker in Ubuntu
- [Solved] Docker error: “unknown runtime specified NVIDIA” using GPU“
- docker-compose -version Run Error [How to Fix]