Cleaning up Docker Images

Here is great way to clean up docker images that are not being used.

curl -s https://raw.githubusercontent.com/ZZROTDesign/docker-clean/v2.0.4/docker-clean | \
sudo tee /usr/local/bin/docker-clean > /dev/null && \
sudo chmod +x /usr/local/bin/docker-clean

This entry was posted in Uncategorized and tagged . Bookmark the permalink.