摘要: 列出主机上的镜像 docker images -a:列出本地所有镜像 -q:只显示镜像id 搜索某个镜像的名字 docker search --limit 5:显示前五个 pull某个镜像名字 docker pull 查看镜像/容器/数据卷所占空间 docker system df rmi某个镜像名 阅读全文
posted @ 2022-05-09 20:15 蘑菇王国大聪明 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 启动docker systemctl start docker 停止docker systemctl stop docker 重启docker systemctl restart Docker 查看docker状态 systemctl status docker 开机启动 systemctl ena 阅读全文
posted @ 2022-05-09 10:11 蘑菇王国大聪明 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 安装方法: https://www.jianshu.com/p/b37ea98b38f2 测试问题: Got permission denied while trying to connect to the Docker daemon socket 解决办法:https://blog.csdn.ne 阅读全文
posted @ 2022-05-09 09:49 蘑菇王国大聪明 阅读(14) 评论(0) 推荐(0) 编辑