05 2022 档案

摘要:# 删除所有容器 docker stop `docker ps -q -a` | xargs docker rm # 删除所有标签为none的镜像 docker images|grep \<none\>|awk '{print $3}'|xargs docker rmi # 查找容器IP地址 doc 阅读全文
posted @ 2022-05-20 16:29 tigergaonotes 阅读(26) 评论(0) 推荐(0) 编辑
摘要:牢记: 1.*/etc/sysconfig/network-scripts/ifcfg-eth0 网卡的配置信息 重启网卡:1)/etc/init.d/network restart(所有网卡) 2)ifdown eth0&&ifup eht0(只针对eht0) 通过steup-network co 阅读全文
posted @ 2022-05-05 10:56 tigergaonotes 阅读(94) 评论(0) 推荐(0) 编辑
摘要:ls -lrt --time-style '+%Y/%m/%d %H:%M:%S' 阅读全文
posted @ 2022-05-04 14:19 tigergaonotes 阅读(50) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示