Docker introduction private notes review and summary 4 - harbor shutdown and startup
Harbor is an enterprise level Docker private warehouse project. It is composed of multiple Docker Containers. The dependencies between containers are managed through Docker compose.1. InstallationPlease refer to the official document for installation: Harbor - Installation and Configuration GuideModify harbor When using YML, you should pay atte ...
Posted by abhi201090 on Thu, 10 Mar 2022 16:03:17 +0100
Kubernetes introduction to proficient | kubernetes cluster security - Authentication
Authorization
The above authentication process only confirms that both sides of the communication confirm that the other party is trusted and can communicate with each other. Authentication is to determine which resources the requestor has. API Server currently supports the following authorization policies (set through the startup parameter &q ...
Posted by dgudema on Thu, 10 Mar 2022 13:44:45 +0100
Docker introduction private notes build docker private warehouse docker official warehouse
Two common image warehouses:Docker official warehouse registryVMware's open source warehouse harbor (built-in registry)Docker's official image warehouse is an application based on http protocol deployed in the container.The deployment and use methods are as follows:The official image warehouse of Docker is deployed in the registry container. Fi ...
Posted by en on Thu, 10 Mar 2022 10:27:41 +0100
"Learn now and forget now" docker foundation - 10. Docker installation
Python wechat ordering applet course video
https://edu.csdn.net/course/detail/36074
Python actual combat quantitative transaction financial management system
https://edu.csdn.net/course/detail/35475 Catalogue* 1. Premise
2. Install Docker using yum or up2date
(1) Update yum package(2) Remove old Docker version(3) Install required package ...
Posted by faraco on Thu, 10 Mar 2022 05:44:34 +0100
Docker daily reading: run Hello World smoothly on Win10 platform
Docker daily review (1): run Hello World smoothly on Win10 platform
Task description
Docker runs smoothly in Win10Successfully run docker container run Hello WorldUnderstand the logicUnderstand the difference between image and containerUnderstand the meaning of docker psUse help instructions to find the answer yourself
process
Install ...
Posted by B-truE on Wed, 09 Mar 2022 11:04:38 +0100
Build a jupyterhub server using the jupyterhub of dockerhub
preface
Not xiaobaiwen, not xiaobaiwen, not xiaobaiwen!!!! It needs a certain foundation. This is only my stepping on the pit, not every step is very detailed. But the key points are very detailed.
Why do we use jupyterhub?
1. What is jupyterhub?
jupyterhub is * * * *, please Baidu by yourself. It is actually a jupyter with login. Support m ...
Posted by pherrick on Tue, 08 Mar 2022 16:14:31 +0100
DW & Docker (introduction and installation of Docker)
Datawhale & Docker (Docker introduction and installation)
Learning Outline:
Open source content:
Github open source addressDocker - from introduction to practice
catalogue
Datawhale & Docker (introduction and installation of Docker)
Learning outline
Open source content
1, Docker introduction
1. Problems to be solved thr ...
Posted by Kaboom on Tue, 08 Mar 2022 12:00:56 +0100
docker starts the GUI program
Docker's working mode is command line mode, because the main use scenario may be to do more back-end work on the server.
However, sometimes we need to run some graphical interface software in the Docker container and output images. At this time, we need to solve the problem of Docker visualization.
Install docker and set up the image accelerato ...
Posted by ram4nd on Tue, 08 Mar 2022 10:32:18 +0100
Containerization Technology: the life cycle of Pod in Kubernetes
1, Life cycle of Pod
The Pod follows a predefined life cycle, starting from the Pending phase. If at least one of the main containers starts normally, it enters the Running phase. Then it depends on whether any container in the Pod ends in the Failed state and enters the Succeeded or Failed phase.
During Pod operation, Kubernetes can restart ...
Posted by cosmos33 on Mon, 07 Mar 2022 22:09:27 +0100
Take a small notebook and remember how kubernetes ingress nginx releases blue, green and gray
Background introduction
In some cases, we are using Kubernetes as the cloud platform for business applications. We want to realize the blue-green deployment of applications to iterate the application version. lstio is too heavy and complex, and it is positioned in flow control and grid governance; Ingress nginx introduces Canary function in ve ...
Posted by hrdyzlita on Mon, 07 Mar 2022 15:22:44 +0100