How to remove old and unused Docker images

前端 未结 26 1286
北恋
北恋 2020-11-22 11:28

When running Docker for a long time, there are a lot of images in system. How can I remove all unused Docker images at once safety to free up the storage?

In additio

26条回答
  •  隐瞒了意图╮
    2020-11-22 12:13

    docker system prune -a

    (You'll be asked to confirm the command. Use -f to force run, if you know what you're doing.)

提交回复
热议问题