current location:Home > Technical Articles > Operation and Maintenance > Docker
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- An exciting quick start guide to docker (detailed graphic and text explanation)
- This article brings you relevant knowledge about docker quick start, including common operation commands, image operation commands, container operation commands and other related issues. I hope it will be helpful to you.
- Docker 5242 2022-01-20 17:54:56
-
- How to solve docker http 500 error problem
- Solutions to the docker http 500 error: 1. Turn off selLinue; 2. Do not use mirror acceleration; 3. Add a specific version number, such as "docker pull registry.docker-cn.com/library/zookeeper:3.4.13".
- Docker 11440 2022-01-20 15:39:11
-
- What should I do if docker cannot delete the image?
- Solution to the problem that docker cannot delete the image: 1. Delete REPOSITORY; 2. Delete IMAGE ID; 3. View the image through "docker images".
- Docker 5785 2022-01-20 15:25:32
-
- How to solve the problem of docker telnet failure
- Solution to docker telnet failure: 1. Check the configuration file; 2. Modify the port of the nginx configuration file to 80; 3. Reload it.
- Docker 13139 2022-01-20 15:16:05
-
- Can docker use yum command?
- Docker can use the yum command. How to install yum in the docker container: 1. Update the apt-get command through "apt-get update"; 2. Install the yum command through "apt-get install vim".
- Docker 4827 2022-01-20 15:07:52
-
- what is docker hub
- Docker hub is a public warehouse officially maintained by Docker, which already includes more than 2,650,000 images; most needs can be met by downloading the images directly from Docker Hub.
- Docker 33895 2022-01-20 14:55:49
-
- What does docker pull mean?
- docker pull is a command used to pull or update a specified image from the image warehouse. Its usage syntax is "docker pull [OPTIONS] NAME[:TAG|@DIGEST]".
- Docker 6783 2022-01-20 14:46:37
-
- What should I do if the docker image is missing?
- Solutions to the missing docker image: 1. Increase hard disk space for root; 2. Divide space from home to root; 3. Back up data; 4. Unmount; 5. Create a 1.8t "lv home"; 6 , mount and restore data.
- Docker 6474 2022-01-20 14:38:08
-
- How to solve the problem of swarm docker port being blocked
- Solution to swarm docker port failure: 1. Edit the configuration file and add the configuration "net.ipv4.ip_forward=1"; 2. Restart the network through "systemctl restart network".
- Docker 6194 2022-01-20 14:29:20
-
- Is docker open source?
- Docker is open source. Docker is an open source software and an open platform for developing applications, delivering (shipping) applications, and running applications. Docker allows users to separate applications in the infrastructure into smaller particles. (containers) to deliver software faster.
- Docker 3950 2022-01-20 14:21:19
-
- What should I do if docker displays Chinese garbled characters?
- Solution to docker displaying garbled Chinese characters: 1. Use the locale command to check the supported languages; 2. Add the environment variable "LANG=en_ZW.utf8".
- Docker 12090 2022-01-20 14:09:28
-
- You can learn the idea of layered reuse with Docker in ten minutes
- This article brings you some issues related to image layering, container layering and the disk space occupied by containers in Docker. I hope it will be helpful to you.
- Docker 2788 2022-01-19 17:37:32
-
- Completely master the use of Docker learning containers
- This article brings you about the use of containers in docker, I hope it will be helpful to you.
- Docker 2543 2022-01-17 18:46:34
-
- How to check whether docker is running normally
- In docker, you can use the "Docker ps" command to check whether docker is running normally. This command is used to list containers. If the return result has content, it means it is running. If the return result has no content, it means it is not running. The syntax is "docker ps | grep myimagename" .
- Docker 20612 2022-01-17 15:06:31
-
- What is the difference between k8s and docker
- Differences: 1. k8s is an open source container cluster management system, while Docker is an open source application container engine; 2. k8s is a set of automated deployment tools that can manage docker containers at the container orchestration level, while docker is Containerization technology is at the container level.
- Docker 87294 2022-01-17 12:11:46