摘要: yum -y install deltarpm 阅读全文
posted @ 2022-09-06 16:44 LeoShi2020 阅读(32) 评论(0) 推荐(0) 编辑
摘要: [root@SRV1 ~]# free -h total used free shared buff/cache available Mem: 31G 2.4G 224M 33M 28G 28G Swap: 2.0G 2.0M 2.0G [root@SRV1 ~]# sync [root@SRV1 阅读全文
posted @ 2022-09-06 16:43 LeoShi2020 阅读(417) 评论(0) 推荐(0) 编辑
摘要: # 批量tag docker images | grep metallb |awk -v OFS=':' '{print "docker tag "$1,$2" hub.leoshi.io/"$1,$2}' | sh [root@Harbor ~]# docker images | grep met 阅读全文
posted @ 2022-09-06 16:43 LeoShi2020 阅读(243) 评论(0) 推荐(0) 编辑