摘要:
列出主机上的镜像 docker images -a:列出本地所有镜像 -q:只显示镜像id 搜索某个镜像的名字 docker search --limit 5:显示前五个 pull某个镜像名字 docker pull 查看镜像/容器/数据卷所占空间 docker system df rmi某个镜像名 阅读全文
摘要:
启动docker systemctl start docker 停止docker systemctl stop docker 重启docker systemctl restart Docker 查看docker状态 systemctl status docker 开机启动 systemctl ena 阅读全文
摘要:
安装方法: https://www.jianshu.com/p/b37ea98b38f2 测试问题: Got permission denied while trying to connect to the Docker daemon socket 解决办法:https://blog.csdn.ne 阅读全文