In the previous chapter, we realized the exec command to re-enter the container running in the background. This chapter will realize the stop command to...
What is a Docker? Docker is an open source application container engine, Docker can be very simple to keep online and offline services consistent. Based...
Older versions of Docker are called Docker or Docker-Engine. If you have installed these programs, uninstall them and their associated dependencies. The Docker repository needs...
I believe many people have this experience, a project written, especially a component library, you do not have a documentation, who can understand? So a...
Docker is an open source application container engine, you can think of it as a lightweight virtual machine, developers can package their applications and dependencies...
On the cloud server, build a complete release system based on Docker, form a small and complete system from code access, to environment configuration, and...
Docker swarm docker swarm is a local cluster of Dockerized distributed applications, which is based on the features provided by Machine. Docker swarm is a...
Stable, efficient and reliable infrastructure is the foundation stone for Internet enterprises to cope with business peak traffic. As the unified basic technology platform of...
Docker this thing, it is not too easy to use, especially with docker-compose, a configuration file, different environments, a command is deployed, go to where...
Develop push code to Gitlab, trigger Jenkins to pull code automatically, compile and package it through NPM, and then execute shell script to make Docker...
The previous chapter talked about one-click deployment of Redis, mysql, and Java services using Docker-compose. In this chapter, we will implement the automation function deployed...
1, Docker installation and configuration 1, install dependencies 2, configure the yum source recommended use aliyun: 3, install the version to check the docker version...
Step1: enter the download page, choose ali cloud sites to download ali cloud sites: http://mirrors.aliyun.com/centos/7/isos/x86_64/ each link includes the address of the image file, type...
What is docker swarm? Docker Swarm was a separate project before Docker 1.12. After Docker 1.12 was released, the project was merged into Docker and...
Recently, GitHub Actions has been added to the company's internal project release process, and the whole experience is better. The main purpose of this article...
Docker-compose is an official open source container creation, multi-container layout tool. We know that a complete application system often consists of multiple containers that provide...
1. Virtualization technology is a resource management technology. It abstracts and transforms various physical resources of the computer, such as servers, networks, memory and storage,...