1). Modify the HTTP clone address is relatively simple, directly through the administrator identity in the Admin Area (click the wrench symbol at the top...
1. Install and start Go-Fastdfs. For high availability, one IP address is limited to one service (can multiple servers be installed on one machine?). ;...
Work at ordinary times the docker and docker - compose is indispensable, installation is very simple, not to say, only say commands and some commonly...
This article has participated in the Denver Nuggets Creators Camp 3 "More Productive writing" track, see details: Digg project | creators Camp 3 ongoing, "write"...
This paper describes the automatic construction process of a C++ program, which involves: 1. Making basic images suitable for C++ simple programs. 2. Compile, build,...
In our development process, we need to install many environments, some of which are very troublesome to install. Docker is used to solve our repetitive...
This article has participated in the Denver Nuggets Creators Camp 3 "More Productive writing" track, see details: Digg project | creators Camp 3 ongoing, "write"...
Harbor is an open source enterprise container image repository. If your enterprise is using container technology, it is a good choice to build a container...
Disadvantages of traditional Docker virtual machine: too much resource occupation, too many redundant steps and slow startup. Advantages of Docker: using containerization technology, project code...
Docker ps STATUS bar shows healthy/unhealthy. The HEALTHCHECK directive tells Docker how to test a container to check that it is still working. This can...
Last issue, introduced the use of Docker deployment and development of wordpress, this issue to introduce the use of docker more close to the front-end...
Ensuring the security of services and applications in containers is the key to containerization evolution. Container security involves the whole life cycle of application development...
This paper will introduce how to use Docker to quickly build a development environment, build Apollo configuration center, separate code configuration and dynamically change configuration....
This paper will take a standard Vue project as an example, completely abandon the traditional front-end project development and deployment mode, and build a streamlined...
A basic introduction to docker for docker-compose installation is beyond the scope of this article. This article is basically a strict English-Chinese translation of the...
The last part of the preface gave a general understanding of Docker, mainly from the concept, architecture, advantages and process of exposition, installation and experience;...