📜  删除 docker image 错误 no such container - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:09.493000             🧑  作者: Mango

代码示例1
# remove docker images  , this was to clean up after confusion in vsCode
docker images -q --filter "dangling=true" | xargs docker rmi