前景: run 容器都时候,提示
docker: failed to register layer: devmapper: Thin Pool has 81609 free data blocks which is less than minimum required 81920 free data blocks. Create more free space in thin pool or use dm.min_free_space option to change behavior.
手动删除了很多之前用不到的镜像,容器。
docker images 拉下来,运行的时候,提示上面的错误,但是
docker: Error response from daemon: Conflict. The name "/xxxxxxxxxx" is already in use by container 054c09b01. You have to remove (or rename) that container to be able to reuse that name..
都查看到了,也看了 var 下 docker container 的文件夹,都没找到这个容器,为啥?换个名字就可以运行了。
docker ps -a
docker ps
现在该怎么解决这个,临时换了容器名在运行。
