docker system prune
# Soft cleanup
docker system prune
# Remove all stopped containers, networks, images and build cache
docker system prune -a
# Soft cleanup
docker system prune
# Remove all stopped containers, networks, images and build cache
docker system prune -a