Cleanup disk space occupied by Docker images

后端 未结 3 1832
执笔经年
执笔经年 2021-02-07 04:54

I am running docker on windows 10.

I had a couple of images stored in my machine. The total size of these images accumulated to around ~10GB. I have deleted these images

3条回答
  •  悲&欢浪女
    2021-02-07 05:26

    To clean the system memory there are three steps:

    1. Delete docker image
    2. docker system prune -a
    3. quit the docker container app

    This worked for me. Around 30gb of space was cleaned after doing the above mentioned steps.

提交回复
热议问题