Docker&Kubernetes related article: container technology has been using the official KubernetesDashboard to manage k8s, also a very friendly UI tool, but the display of resources...
Consider the following scenarios: Publishing an image requires authentication, but pulling an image does not. Different environments require different access policies. Simple HTTP authentication extension...
A container consists of the top writable container layer and several read-only mirror layers in which the container's data is stored. The biggest feature of...
Kubectl-tools this is a kubectl tool set, the future will integrate some useful functions using methods kubernetes version > 1.12 + enter kubernetes directory
Directory mapping between the host and Tomcat containers by mounting the directory mapping between the host and Tomcat containers by mounting the directory mapping between...
Recently, I took time to sort out articles related to docker series. The following is the catalogue of docker-related series for easy reference. Please do...
Use gitHub webhook to realize front-end project automatic deployment -- use the server to listen to the push of Webhook trigger local packaging docker version
In addition to deploying front-end and back-end projects using Dockerfile, you can also use Docker-compose to uniformly deploy front-end and back-end projects and deploy multiple...
Docker installation start Redis, details of the installation process and encountered problems recorded and solutions recorded. The installation process has plenty of screenshots and instructions...
On ubuntu16.04 (see the article on debootstrap on my website), docker autocomplete cannot be used, that is, after entering docker command, pressing Tab cannot list...
Perhaps when we think about ports 80 and 443, we can remember the corresponding Http access and Https access. More profound memory, is the development...
Docker is an open source project based on Linux container technology, developed by Go language, with portability and lightweight characteristics. Docker engine Docker uses C/S...
1 Virtualization V.S. Container technology 1.1 Virtualization Technology Virtualization technology enables users to create multiple simulated environments or dedicated resources in a single physical hardware...
The syntax is docker pull {image_repository_name}. {image_repository_name} is the repository name of the image. Remember to configure the image accelerator to speed up the image...