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:
-
- How to correctly deploy web projects with docker
- How docker deploys web projects: 1. Create a directory and prepare files; 2. Write a Dockerfile; 3. Build an image; 4. Run the container; 5. Test the deployment results.
- Docker 5759 2020-11-05 17:13:02
-
- Introduction to the usage of build command
- Docker tutorial: This article introduces how to use the build command, which has certain reference value. I hope it can help everyone.
- Docker 10404 2020-11-04 15:38:46
-
- Summary of common docker statements
- Create a container: [nvidia-docker run -it -p]; view all containers: [docker ps --all].
- Docker 2181 2020-10-30 17:19:13
-
- what is dockerfile
- A dockerfile is: 1. A text document containing commands for combining images; 2. Any command can be called on the command line; 3. Docker automatically generates images by reading the instructions in the Dockerfile.
- Docker 4103 2020-10-29 16:17:24
-
- Modify docker default gateway
- Docker tutorial: This article shares with you the method of modifying the default gateway of docker. It has certain reference value and I hope it can help everyone.
- Docker 7186 2020-10-26 17:00:16
-
- What is the difference between k8s and docker?
- Difference: k8s is an open source container cluster management system that can realize automatic deployment, automatic expansion and contraction, maintenance and other functions of container clusters; Docker is an open source application container engine, developers can package their applications and dependencies into a Portable containers, published to popular Linux machines, can also be virtualized.
- Docker 4778 2020-10-23 16:27:32
-
- What are the core components of docker
- The core components of docker are client, server, docker image, registry, and docker container.
- Docker 8316 2020-10-23 16:17:35
-
- Docker installation detailed steps
- Installation steps: 1. Check the kernel version; 2. Log in to the terminal as root; 3. Make sure yum is the latest; 4. Execute the [$ yum install -y docker-engine] command to install docker.
- Docker 3593 2020-10-22 18:50:19
-
- What is the difference between docker:latest and docker:dind
- Docker tutorial: This article introduces the difference between docker:latest and docker:dind. It has certain reference value and I hope it can help everyone.
- Docker 4640 2020-10-20 17:31:55
-
- How to install docker and docker-compose offline under centos7
- How to install docker and docker-compose offline under centos7: 1. Download the required version; 2. Upload to the server; 3. Execute the [sh install-docker-offline.sh] command to install.
- Docker 2513 2020-09-18 16:41:14
-
- How to view docker container logs in real time
- How to view the logs of a docker container in real time: [$ sudo docker logs -f -t --tail number of lines container name].
- Docker 3178 2020-09-15 17:52:13
-
- How to change docker container port
- Methods to change the docker container port: 1. Stop the container; 2. Stop the docker service; 3. Modify the port number in the container's hostconfig.json file; 4. Start the docker service; 5. Start the container.
- Docker 6430 2020-09-14 11:49:19
-
- How docker delete temporary image files
- Docker tutorial: You can delete temporary image files through the [docker rmi $(docker images -q -f dangling=true)] command.
- Docker 3817 2020-09-11 16:08:20
-
- What is the difference between docker and virtual machine
- Docker tutorial: The virtual machine creates a virtual layer, a virtualized operating system, and a virtualized warehouse based on the host machine and the host machine operating system, and then installs the application; docker creates the Docker engine on the host machine and the host machine operating system. Install applications based on the engine.
- Docker 4355 2020-09-02 16:30:46
-
- What is Docker? How to package Nodejs program?
- In this article, I will teach you what docker is, why it is used and how it is used to package nodejs programs. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- Docker 2969 2020-09-01 09:47:43