stop-container.sh 89 Bytes Raw Blame History Permalink 1 2 3 #!/bin/bash docker rm -f `docker ps -qa` || true docker rmi -f `docker images -q` || true