kolla-ansible/tools/cleanup-containers
Ryan Hallisey ae4cc56c14 Cleanup of images and containers needs a '-f' flag to force shutdown
Change-Id: I0642dcd36fe5af261b8f35744e3e88460a13fc85
2015-01-08 20:15:02 +00:00

4 lines
45 B
Bash
Executable File

#!/bin/bash
docker rm -f $(docker ps -a -q)