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
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
Summary of order timeout implementation scheme
Summary of order timeout implementation scheme
Order timeout is a classic business scenario, which is very common in the mall system.
Common implementation schemes are as follows
Timed pollingPassive cancellationredis expiration callbackDelay message
1, Timed polling
Implementation method: start a scheduled task, poll the database after a ...
Posted by please_explain on Sun, 06 Mar 2022 12:56:22 +0100
Fluid gives data elasticity a pair of invisible wings - Custom elastic expansion
Author | CHEYANG Fluid community committer Xie Yuandong Fluid community committer Source| Alibaba cloud official account
**Introduction: * * elastic scaling is one of the core capabilities of Kubernetes, but it has always been carried out around this stateless application load. Fluid provides the elastic scalability of distributed cache, ...
Posted by ekalath on Sat, 05 Mar 2022 03:36:28 +0100
7, Kubernetes - Service details
catalogue
1. Service introduction
2. Service type
3. Service usage
3.1 preparation of experimental environment
3.2 ClusterIP type Service
3.3 Service of headliner type
3.4 NodePort type Service
3.5 LoadBalancer type Service
3.6 Service of externalname type
4. Introduction to ingress
5. Use of ingress
5.1 environmental preparat ...
Posted by phpdragon on Fri, 04 Mar 2022 13:52:01 +0100
Container adapter in C++ STL
1 stack
1.1 stack introduction
stack is a container adapter, which is specially used in the context of last in first out operation. Its deletion can only insert and extract elements from one end of the container.Stack is implemented as a container adapter. A container adapter encapsulates a specific class as its underlying container, and ...
Posted by Trader77 on Fri, 04 Mar 2022 10:25:49 +0100
Introduction to DevOps-7-K8S
Introduction to Lec7-K8S
1. Why do you need K8S?
1.1. What is the container?
Container is the representative of resource refinement.Container usually refers to the process running in an isolated environment and the environment on which the process depends.
Isolation: with the help of linux namespace mechanismResource limitation: cgroup c ...
Posted by We Must Design on Thu, 03 Mar 2022 02:12:57 +0100
Data security transmission platform project note-1
Project introduction and cryptography knowledge
Overall structure of the project:
Main function: encrypt and decrypt the data of network communication
Basic components:
Data serialization: protobufsocket communication: thread pool, connection poolShared memory IPCoracle Database: using OCI interfaceData encryption: openssl (Secure Sockets ...
Posted by gwolgamott on Wed, 02 Mar 2022 16:21:15 +0100