Skip to content

Releases: michael-yx-wu/dockerclean

0.2.0

09 Feb 21:35
Compare
Choose a tag to compare

Features

  • Added -e flag to allow removal of all exited containers. If -e and -c are used in conjunction, dockerclean will find all containers that have exited or match the PATTERN provided.

0.1.0

09 Feb 16:53
Compare
Choose a tag to compare

Usage

dockerclean [OPTIONS]

  • -c PATTERN: Remove all containers matched by PATTERN
  • -d: Remove all images tagged as <none>
  • -r: By default dockerclean executes in dry-run mode to give you a chance
    to preview any images or containers that will get deleted. Use the -r flag
    to remove matched images and containers.
  • -t PATTERN: Remove all images matched by PATTERN
  • -h: Print usage and options