in Docker by

What command is used for remove all stopped containers, unused networks, build caches, and dangling images?

docker system kill -all

docker kill -a

docker system prune

docker system rm -a

1 Answer

0 votes
by

docker system prune

...