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