摘要: 1. 现象 2. 处理方法 ps aux | grep elastic kill -9 [pid] 参考链接: https://blog.csdn.net/davidchang365/article/details/103254012 阅读全文
posted @ 2022-03-01 14:56 代码诠释的世界 阅读(275) 评论(0) 推荐(0)
摘要: 1.问题 jenkins打包镜像报错 2. 处理方法 修改Dockerfile 名称为dockerfile 参考链接: https://www.cnblogs.com/rohens-hbg/p/14212145.html 阅读全文
posted @ 2022-03-01 12:15 代码诠释的世界 阅读(1098) 评论(0) 推荐(0)
摘要: 1. 官网 https://docs.docker.com/engine/reference/commandline/system_prune/ 2. 方法 docker system prune 命令可以用于清理磁盘,删除关闭的容器、无用的数据卷和网络,以及dangling镜像(即无tag的镜像) 阅读全文
posted @ 2022-03-01 12:10 代码诠释的世界 阅读(751) 评论(0) 推荐(0)