docker private warehouse
Introduction to Harbor
Deploying the Docker Compose service on which Harbor dependsDeploy Harbor ServiceHarbor Daily Operations ManagementHarbor Management Life Cycle
Harbor is an open source enterprise Docker Registry project for VMware
Advantages of Harbor
Role-based Control
Mirror-based replication strategies
Support for LDAP/AD
Image ...
Posted by sirfartalot on Mon, 13 Jan 2020 16:19:25 -0800
Deployment of Docker private warehouse
I. Harbor
Harbor is an open-source enterprise Docker Registry project of VMware company(1) Harbor's strengths:
Role based control;Mirror based replication strategy;Support LDAP / AD;Image deletion and garbage collection;Graphic UI;Audit;RESTful API;
(2) Harbor Architecture Composition:1. Proxy: a front-end reverse proxy uniformly accepts requ ...
Posted by williamZanelli on Sun, 12 Jan 2020 19:27:25 -0800
How to extend the partition of centos system
Problem / fault / scenario / requirement
The hard disk of Eve NG's virtual machine ova is only 38G, which needs to increase the space. After vmware directly expands the hard disk, restart the system. Using fdisk-l, you can see that the hard disk has expanded, but the file system has not expanded, and you need to allocate these new space expans ...
Posted by CavemanUK on Wed, 25 Dec 2019 07:01:14 -0800
CentOS7 modifying the network card name eth0
CentOS7 modifying the network card name eth0
The centos7 virtual machine I installed in VMWare workstation has two network cards. The default network card names are eno16777736 and eno33554984
[root@controller ~]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
link/loopback 00:00:00:00:00:00 brd 00: ...
Posted by kodstationen on Sat, 07 Dec 2019 09:47:01 -0800
Recovery of deleted linux files by mistake
Under Linux, the file is deleted by mistake. Use extundelete to restore the test process
extundelete download address: https://pkgs.org/download/extundelete
Add a disk to the virtual host, which is / dev/sdb
[root@localhost bin]# cat /proc/scsi/scsi
Attached devices:
Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: VMware Model: Virtual d ...
Posted by Push Eject on Mon, 02 Dec 2019 18:59:15 -0800
How Certificate Authority works in VMware vCenter
VMware vSphere vCenter Server Appliance (VCSA for short) contains a series of services of Platform Service Controller. VMware Certificate Authority (VMCA) is an indispensable part of it. The authentication service of vCenter Server core includes the following three components:
1) VMCA, VMware certificate management service
2)VMAFD,VMware Aut ...
Posted by eneyas on Tue, 05 Nov 2019 13:41:53 -0800
Which management services can be restarted on the ESXi host?
Log in to the direct connection interface (DCUI) of ESXi 6.7 host, and we will see the following function option: Restart Management Agents. Even the description on the right is vague. What services are these so-called Management Agents?
Why not translate this Agent into "Agent", but into "service"?
The word agent is ver ...
Posted by deltawing on Mon, 04 Nov 2019 07:45:25 -0800
SUSE Ceph iSCSI gateway management - Storage6
The iSCSI gateway integrates Ceph storage and iSCSI standards to provide a high availability (HA) iSCSI target that exports RADOS block device (RBD) images to SCSI disks. The iSCSI protocol allows clients to send SCSI commands to SCSI storage devices (targets) over TCP/IP networks. This allows heterogeneous clients to access the Ceph storage cl ...
Posted by BrandonKahre on Sat, 12 Oct 2019 13:00:57 -0700
Add drivers for VMwareESXi s
Some servers are missing drivers when installing ESXis, such as finding me unable to find a hard disk or network card when installing Wave Server NF8460M3, and I need to add drivers to the ESXis installation package by myself.
Prepare Driven Packaging Tool
WMware now uses the driver packaging tool updated to PowerShell-based VMware.PowerCLI, w ...
Posted by inkfish on Mon, 22 Jul 2019 12:10:15 -0700
User and Group Management
User and Group Management
1. User Profile
2. Password Profile
3. groupadd command
Examples of main parameters for groupadd:
4. groupdel command
Examples of groupdel main parameters:
5. useradd command
Examples of main parameters of useradd:
6. userdel command
Examples of main parameters of userdel:
7 ...
Posted by rachybaby on Thu, 18 Jul 2019 22:21:50 -0700