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:
-
- Docker image principle: joint file system and layered understanding (detailed examples)
- This article brings you relevant knowledge about the joint file system and layered understanding of Docker mirroring principles, including issues related to joint file systems, hierarchical structures and layered practices. I hope it will be helpful to everyone.
- Docker 3546 2022-02-17 18:48:32
-
- Let you understand how to install Nginx and build a static server based on Docker
- This article brings you relevant knowledge about how to install Nginx based on docker to build a static server. It is very common to use nginx as a static server. The following mainly talks about installing and managing our nginx through docker and configuring the SSL certificate to open it. HTTPS access, I hope it will be helpful to everyone.
- Docker 2407 2022-02-15 17:50:02
-
- Analyze how docker builds lnmp environment (php7.4 + nginx)
- This article will introduce you to the installation method of docker under Linux, and learn more about the steps of building lnmp environment (php7.4 + nginx) with docker. I hope it will be helpful to you!
- Docker 6967 2022-02-15 10:25:08
-
- What is the difference between images and containers in docker
- The difference between images and containers in docker: 1. An image is a template that contains various environments or services, while a container is an instance of an image; 2. An image cannot be run and is static, while a container can be run. is dynamic.
- Docker 17700 2022-02-11 18:05:48
-
- Deploy go projects based on Docker images (detailed examples)
- This article brings you relevant knowledge about deploying Go projects based on docker images, including issues related to writing GoLang web programs and compiling packages under Linux. I hope it will be helpful to everyone.
- Docker 4943 2022-06-08 20:52:32
-
- Technical solution: Pipeline integrates Docker containers
- This article brings you relevant knowledge about the usage of pipeline inheritance docker, mainly related issues related to Pipeline integrating Docker containers. I hope it will be helpful to everyone.
- Docker 2826 2022-02-09 18:16:53
-
- How to build a local private warehouse with Docker (detailed example)
- This article brings you relevant knowledge about building a local private warehouse in docker, including using the registry image to create a private warehouse and checking whether the build is successful and other related issues. I hope it will be helpful to everyone.
- Docker 3117 2022-02-08 17:29:09
-
- What are the core components of docker
- Docker has three core components: 1. Image, a Linux file system; 2. Container, a runtime instance of the image; 3. Repository, a place where images are centrally stored.
- Docker 16992 2022-02-08 17:18:54
-
- What are the ways of docker storage?
- Docker has four storage methods: 1. "Default storage", the data is saved in the running container. After the container is deleted, the data is also deleted; 2. "Volume data volume"; 3. "Bind mounts mount", directly Mount any directory or file in the host file system; 4. "tmpfs mount".
- Docker 7375 2022-02-08 16:55:47
-
- What is lamp in docker
- In docker, LAMP refers to a combination of Linux (operating system), Apache HTTP server, MySQL (database software such as MariaDB) and PHP (Perl or Python), which is generally used to establish a web server environment.
- Docker 3600 2022-02-08 16:44:29
-
- Docker basics compose file structure and installation tools (detailed examples)
- This article brings you knowledge about compose in docker, including the compose file structure and the knowledge about installing the docker compose tool. I hope it will be helpful to you.
- Docker 4709 2022-02-07 17:39:40
-
- What command does docker use to update the container?
- In docker, you can use the update command to update the container configuration. This command is used to update the configuration of one or more containers. The syntax is "docker update [OPTIONS] CONTAINER [CONTAINER...]".
- Docker 13169 2022-02-07 16:01:27
-
- How to check how much memory a docker container takes up
- In docker, you can use the stats command to check how much memory the container occupies. The "MEM USAGE / LIMI" column indicates the total memory being used by the container and the total amount of memory allowed to be used. The syntax is "docker stats".
- Docker 28001 2022-02-07 15:53:06
-
- What is the architecture of docker?
- Docker is a client-server (C/S) architecture program. The docker client only needs to make a request to the docker server or daemon process, and the server or daemon process will complete all the work and return the results.
- Docker 5002 2022-02-07 15:14:13
-
- When did docker come out?
- Docker was released in 2013. The source code is hosted on Github. It is open source based on the Go language and complies with the Apache2.0 protocol. It is an advanced LXC-based container engine open sourced by the PaaS provider dotCloud. It is an easy to create and deploy using containers. and tools to run applications.
- Docker 4270 2022-02-08 16:31:59