This website requires JavaScript.
Explore
Get Started
openstack
/
kolla-ansible
Code
Issues
Proposed changes
9723a796d3
Branches
Tags
View all branches
kolla-ansible
/
tools
/
cleanup-images
4 lines
50 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 12:40:31 +00:00
#!/bin/bash
Cleanup of images and containers needs a '-f' flag to force shutdown Change-Id: I0642dcd36fe5af261b8f35744e3e88460a13fc85
2015-01-08 20:15:02 +00:00
docker rmi -f $(docker images -a -q)
Copy Permalink