docker stop $(docker ps -a -q)
docker system prune
docker volume prune
# from https://stackoverflow.com/questions/36663809/how-to-remove-all-docker-volumes docker volume rm $(docker volume ls -qf dangling=true)
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.