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 Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- What does run-v mean in docker
- In docker, "run-v" means "mount the host directory into the container", and the syntax is "docker run -v /host directory:/container directory"; the run command is used to create a new container and run a command, the "-v" parameter is used to bind a container directory.
- Docker 8189 2021-12-30 09:46:23
-
- What does service mean in docker?
- In docker, service is a service used to specify image running rules; a service only runs one image and instantiates multiple containers based on this image, so that the host can allocate more computing resources to the service process.
- Docker 3406 2021-12-30 09:35:35
-
- Installation and use of docker in Win10 (detailed explanation with pictures and text)
- This article brings you relevant knowledge about how to install and use docker on win10. I hope it will be helpful to you.
- Docker 17881 2021-12-29 17:46:50
-
- What is the difference between -v and -mount in docker
- The difference between "-v" and "-mount" in docker is: when "-v" is used to mount the host directory, if there is no specified file on the host, no error will be reported, and the specified file will be automatically created; when "-mount" is used , if there is no such file in the host machine, an error will be reported that the specified file cannot be found, and the specified file will not be automatically created.
- Docker 13240 2021-12-29 11:50:05
-
- What is the difference between ee and ce in docker
- Differences: 1. "docker-ce" is an open source project maintained by docker company, "docker-ee" is a closed source product maintained by docker company; 2. "docker-ce" is a free container product based on moby project, "docker- ee" is a paid commercial product of docker company.
- Docker 5155 2021-12-29 11:08:00
-
- What is the difference between lxc and docker
- Differences: 1. Docker packages all the configuration of the application into a container, which is portable. LXC only implements process sandboxing and cannot be transplanted on different machines; 2. Docker targets the API, user interface, The design principles and documentation have been optimized for deployment, while LXC only focuses on containers and does not optimize too much.
- Docker 7866 2021-12-29 10:24:01
-
- What is the difference between containerd and docker
- Difference: 1. containerd does not need to go through dockershim, so the call chain is shorter, and docker needs to go through, so the call chain is longer; 2. docker calls cni "docker-shim", containerd calls cni "containerd-cri".
- Docker 18055 2021-12-29 09:53:17
-
- What is the difference between openshift and docker
- Differences: 1. Docker as a project only focuses on runtime containers, while openshift includes both runtime containers and RESTAPI coordinated web interfaces; 2. Docker's default file system is AUFS and Overlay, while openShift's default file system is Etcd.
- Docker 2403 2021-12-29 09:30:06
-
- You can't help but know about such an awesome Docker visualization tool!
- The docker tutorial column introduces you to an awesome Docker visualization tool. I hope it will be helpful to friends who need it!
- Docker 2457 2021-12-20 11:39:05
-
- How to view the last few lines of logs in docker
- How to view the last few lines of logs in docker: 1. Open the command window; 2. Dynamically view the last 100 lines of the log through the "docker logs -f -t --tail=100 c337e9df72a7" command.
- Docker 12630 2021-12-13 13:56:03
-
- What to do if docker fails to install nginx
- Solution to the failure of docker to install nginx: 1. Delete the originally installed nginx container through "docker rm nginx"; 2. Delete the nginx image file; 3. Reinstall and start nginx.
- Docker 3210 2021-12-13 13:48:54
-
- what is docker alpine
- docker alpine is a kind of image. The Alpine Docker image inherits the advantages of the Alpine Linux distribution. Compared with other Docker images, its capacity is very small, only about 5MB, and it has a very friendly package management mechanism.
- Docker 8325 2021-12-09 15:55:33
-
- What does docker mean?
- Docker has two meanings: 1. It refers to the English word docker, whose Chinese translation is "docker"; 2. It refers to the Docker container, which is an open source application container engine that allows developers to package their applications and dependency packages into a removable Portable images can then be published to machines with any popular operating system, and virtualization can also be achieved.
- Docker 32616 2021-12-09 15:26:32
-
- docker rmi what does it mean
- docker rmi is a command used to delete one or more local images. Its usage syntax is "docker rmi [OPTIONS] IMAGE [IMAGE...]".
- Docker 4631 2021-12-09 15:14:52
-
- What to do if docker v doesn't work
- Solution to docker v not working: 1. Add privileges to the container when running the container; 2. Temporarily turn off selinux; 3. Add selinux rules and add the directory to be mounted to the whitelist.
- Docker 4533 2021-12-09 15:02:46