Why is docker image eating up my disk space that is not used by docker

前端 未结 9 2035
长发绾君心
长发绾君心 2020-12-12 11:07

I have setup docker and I have used completely different block device to store docker\'s system data:

[root@blink1 /]# cat /etc/sysconfig/docker
# /etc/sysc         


        
9条回答
  •  离开以前
    2020-12-12 11:56

    maybe you can try docker system prune to remove all the images that are not important

提交回复
热议问题