How can I delete Docker's images?

后端 未结 17 1207
执笔经年
执笔经年 2020-11-29 14:27

I\'ve the following images:

alex@alexvps:~$ sudo docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
&         


        
17条回答
  •  春和景丽
    2020-11-29 15:22

    I have found a solution with Powershell script that will do it for me.

    The script at first stop all containers than remove all containers and then remove images that are named by the user.

    Look here http://www.devcode4.com/article/powershell-remove-docker-containers-and-images

提交回复
热议问题