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:
- See system logs and ‘systemctl status docker.service‘ for details
- [Solved] docker: Error response from daemon: OCI runtime create failed: container_linux.go:380
- The solution of insufficient disk space of docker in Ubuntu
- Linux Install Docker Error: Failed to restart docker.service: Unit docker.service not found.
- [Solved] Docker error: “unknown runtime specified NVIDIA” using GPU“
- docker-compose -version Run Error [How to Fix]
- stream copy error: reading from a closed fifo [How to Solve]
- [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
- Docker Start Container Error: Error response from daemon: task already exists: unknown
- [Solved] Docker Install Error: [Errno 14] curl#60 – Peer‘s Certificate issuer is not recognized
- [Solved] Docker failed to delete image error: no such image: CentOS
- How to Solve Roscore Run error [Install ROS]
- Errors encountered when configuring static ip on Ubuntu 18.04
- Prompt “entering emergency mode. Exit the shell to continue” if the Linux operating system does not start normally
- Solutions to errors in installing xunsearch engine in centos8.0
- Docker Error: error invoking remote method ‘docker-start-container‘: error: (http code 500) server error –
- How to Solve Docker delete container image error: Error response from daemon: conflict: unable to delete 7cc1942f1ed5 (must be forced)
- Docker pull Command Error response from daemon: Head https://registry-1.docker.io/v2/library/
- [Solved]unpacking of archive failed: cpio: lstat failed – Not a directory
- The docker export container cannot be run after being imported: error response from daemon: no command specified