How can I delete Docker's images?

后端 未结 17 1201
执笔经年
执笔经年 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:09

    You have to stop/delete all unnecessary containers created on that images first.

    Have a look: How to remove old Docker containers.

    After that use @marcell solution.

提交回复
热议问题