docker system prune -a
WARNING! This will remove:
- all stopped containers
- all networks not used by at least one container
- all images without at least one container associated to them
- all build cache
原文:https://www.cnblogs.com/justart/p/11681909.html