This is the 14th day of my participation in the August Changwen Challenge. For details, see August Changwen Challenge 1. Preparation stage personal learning habits,...
Docker is an open source application container engine, which is based on Go language and complies with Apache2.0 protocol. Docker allows developers to package their...
This is the fourth day of my participation in the August Changwen Challenge. For details, see August Changwen Challenge 1. Create a new Dockerfile 2...
It is very important to understand the running environment of Docker container. We put the application in the container to execute, and environment variables will...
1. Image is a read-only template. Images can be used to create Docker containers. One image can create multiple containers 2. Container Docker takes advantage...
An image is a lightweight, executable standalone package used to package a software runtime and software developed based on the runtime. It contains everything a...
Configurability is a feature that a mature software system should provide, and configuration management is very important for large systems, especially for microservice systems with...
To deploy the front-end Web project based on Docker and Nginx, first prepare a server (Tencent cloud or Ali cloud, etc.) environment deployment and preparation...
This is the second day of my participation in August More text challenge, activity details check: August more text challenge install Docker, set boot, and...
Front-end automation deployment: We tried to manually configure nginx and Jenkins before, but this is a front-end automation deployment practice based on Docker+ NGINx +Jenkins
QQ browser information flow recommendation architecture should not only be flexible and modular, but also be easy to expand. QQ browser information flow cloud native...
This is the second day of my participation in the August More text Challenge. For details, see: August more text Challenge Nacos official website address...
Docker and virtualization Is a resource management technology, which abstracts and transforms various physical resources of computers, such as servers, networks, memory, etc
Some containers automatically generate some data. This ensures data security by preventing data from disappearing when containers disappear. For example: the database container, the database...
Oracle deployment is too troublesome, so we use Docker containerization technology to deploy! Quick and convenient! This article introduces not only the deployment method, but...
Docker and K8S are not direct competitors; they are interdependent. Docker is a container platform, and K8S is the coordinator of Docker and other container...