摘要:
今天在进行docker rmi 删除镜像时,出现此bug 下面将解决方案记录在下面: 1. 直接将指令改为:docker rmi -f [镜像ID]即可 -f 强制删除 2. 其原因是因为在使用镜像的时候启动了容器,故得把前面使用的容器先给删除,才能继续删除镜像。 先docker ps -a查看容器 阅读全文
posted @ 2021-01-07 15:21
psztswcbyy
阅读(1319)
评论(0)
推荐(1)
摘要:
使用阿里云镜像加速器 [root@localhost ~]# /etc/docker [root@localhost ~]# vi /etc/docker/daemon.json { "registry-mirrors": ["https://9cpn8tt6.mirror.aliyuncs.com 阅读全文
posted @ 2021-01-07 15:11
psztswcbyy
阅读(128)
评论(0)
推荐(0)

浙公网安备 33010602011771号