I. Introduction
Docker is great to use, especially when it comes to DevOps practices. However, when you pull mirrors in China or locally, you often encounter various "constipation" - either the mirror pull is slow, or the connection is intermittent, or the connection times out!
When our images are large (like someone dropped a Warcr ...
Posted by genom on Tue, 17 May 2022 13:01:00 +0300
1, docker overview
1. What is docker?
docker is a lightweight "virtual machine", an open source tool for running applications in Linux containers Docker is an open platform for developing, delivering and running applications. Docker enables you to separate your applications from your infrastructure, allowing you to deliver soft ...
Posted by jordan00 on Mon, 16 May 2022 06:32:57 +0300
For the maintenance and management of Linux system, its performance monitoring is very important, especially the real-time monitoring data. This data is helpful for us to judge the load pressure of the server, adjust the resource allocation in time, and better serve the business. So today, the migrant worker brother gives you a Linux performanc ...
1, Overview
Harbor is an enterprise Registry server used to store and distribute Docker images. It extends the open source Docker Distribution by adding some necessary functional features for enterprises, such as security, identification and management. As an enterprise private Registry server, harbor provides better performance and securi ...
Posted by rhiza on Sun, 15 May 2022 11:07:54 +0300
Currently, mongo connector, reviewer and logstash are the most available information about mongo synchronization data to es on the Internet. They are all outdated and do not support higher versions of ES. At present, only monstache support can be found. Version reference official website:
https://rwynn.github.io/monstache-site/start/
es7.3 ...
Posted by pt4siek on Sat, 14 May 2022 15:00:34 +0300
preface
TLS(Transport Layer Security (secure transport layer), TLS is a protocol built on the TCP protocol of the transport layer and serves the application layer. Its predecessor is SSL (Secure Socket) Layer, which realizes the function of encrypting the message of the application layer and then sending it to TCP for transmission.
...
Posted by aggrav8d on Sat, 14 May 2022 13:51:49 +0300
1, Introduction to Harbor
Harbor is an open source enterprise dockerregistry (warehouse) project of VMware. The project address is https://github.com/vmware/harbor.
Harbor's goal is to help users quickly build an enterprise level DockerRegistry service.
Based on docker's open source registry, Harbor provides functions required by enterprise u ...
Posted by sith717 on Sat, 14 May 2022 10:39:11 +0300
This article is on the host Ubuntu 16 Install Docker (NVIDIA Docker) on 04 and successfully perform mindspre1 0.0 GPU training;
Ubuntu 16.04
Docker
NVIDIA docker (CUDA: 10.1-base) -- docker container that can use GPU
mindspore-gpu:1.0.0 Mindspot GPU image configured on Dokcer hub
1, Let's talk about the successful process first [1]Mindspot ...
Posted by zamzon on Sat, 14 May 2022 10:38:01 +0300
Introduction: Alibaba cloud proprietary cloud container service elastic scaling best practice
1. Introduction to elastic expansion of container service
This section will briefly describe the elastic scaling of container services based on the principle of use.This practice is based on the K8s business cluster running on the private cloud to con ...
Posted by jv2222 on Sat, 14 May 2022 01:05:01 +0300
catalogue
introduce
relationship
install
Default profile structure
Introduction to Inventory
Inventory parameter
Inventory configuration case
Ansible common modules
Ansible execution mode
Execute ad-hoc command
Execute the ansible playbook script
introduce
Understand the concept of CI/CD before being ansible: CICD refers to Contin ...
Posted by alsaffar on Sat, 14 May 2022 00:14:16 +0300