Skip to content

Releases: ZZROTDesign/docker-clean

Docker-Clean v2.0.4

25 May 23:46
Compare
Choose a tag to compare
  • adds support for Docker Host for Swarm implementations

Docker-clean v2.0.3

11 May 00:22
Compare
Choose a tag to compare

Build Status

Contains a bug fix in image deletion.

Docker-clean v2.0.2

07 May 22:14
Compare
Choose a tag to compare

Contains a hotfix for network cleaning in Docker versions before 1.10.0

Docker-clean v2.0.1

07 May 18:03
Compare
Choose a tag to compare

Build Status

Hotfix for empty network counting in dry run

Docker-Clean v2.0.0

06 May 06:58
Compare
Choose a tag to compare

Build Status

This version includes more flexible flag/option handling to accommodate more workflows. Also includes an estimate on space cleaned on each clean and an overhauled dry-run.

New command line flags allow for each command to be accessed. Check out the USAGE.md for mor information on usage.

Docker-Clean v1.4.1

27 Apr 06:51
Compare
Choose a tag to compare

Build Status

Has cross platform support for docker restart on different Linux init systems and more verbose dry-run output.

Docker-clean v1.4.0

26 Apr 20:50
Compare
Choose a tag to compare

Build Status

New features include:

Dry run docker-clean -n or --dry-run

Network cleaning docker-clean -net or --networks

v1.3.2 Pre-release R0

26 Apr 05:12
Compare
Choose a tag to compare
v1.3.2 Pre-release R0 Pre-release
Pre-release

This release has a dry-run wrapper and can be installed via:

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

A full walkthrough to demonstrate is available in the [USAGE.md](https://github.com/ZZROTDesign/docker-clean/blob/dry-run/USAGE.md

With this new feature, we are going to redesign to optimize and streamline the data in dry run. Currently it runs as a wrapper.

Docker-Clean v1.3.1

25 Apr 07:17
Compare
Choose a tag to compare

Build Status

Restart has Windows support included as well now.

Docker-Clean v1.3.0

23 Apr 21:55
Compare
Choose a tag to compare

Build Status

Docker Clean now has full linux support. Other new features include suppressed output with clean counts to replace them, and a verbose logging option (-l --log) to see the traditional output.