kolla-ansible/tools/cleanup-containers
Ryan Hallisey d2194febb5 Docker image and process cleaup tool
When running Docker, you can unknowingly use up a lot
of memory.  This tool will make it easier to clean up
Docker.

Change-Id: Icfd780f12b01956093a2933dd484cde1e2d6d5bc
2014-10-17 17:58:42 +00:00

4 lines
42 B
Bash
Executable File

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