Skip to content

0.1.0

Compare
Choose a tag to compare
@michael-yx-wu michael-yx-wu released this 09 Feb 16:53
· 3 commits to master since this release

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