#!/bin/bash docker_stop_all docker_delete_all docker_rmi_all docker volume ls -q | xargs docker volume rm -f docker network prune -f