docker-clean 2.0.4-5 source package in Ubuntu

Changelog

docker-clean (2.0.4-5) unstable; urgency=medium

  * debian/watch: Update to use api.github.com
  * debian/control: Set Standards-Version: 4.6.1 with no changes

 -- Hideki Yamane <email address hidden>  Sat, 24 Sep 2022 14:28:46 +0900

Upload details

Uploaded by:
Hideki Yamane
Uploaded to:
Sid
Original maintainer:
Hideki Yamane
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
docker-clean_2.0.4-5.dsc 1.8 KiB b649c11d5f67c38c27d05b8906f66c37ab189e52d032cf34359a035dff247eab
docker-clean_2.0.4.orig.tar.gz 15.9 KiB 4b636fd7391358b60c05b65ba7e89d27eaf8dd56cc516f3c786b59cadac52740
docker-clean_2.0.4-5.debian.tar.xz 2.5 KiB 2b004a3f72a4b485d6462be3e9da6b25b1780aaf52b4c43c1d13e9dd7bf9c61a

Available diffs

No changes file available.

Binary packages built by this source

docker-clean: simple Shell script to clean up the Docker Daemon

 docker-clean is simple Shell script utility to clean up the Docker Daemon,
 required Docker Daemon version (>= 1.9).
 .
 Usages:
  - docker-clean stop: Stops and removes all containers, cleans dangling
                       volumes,and networks
  - docker-clean images: Removes all tagged and untagged images, stopped
                         containers, dangling volumes, and networks
  - docker-clean run : Removes all stopped containers, untagged images,
                       dangling volumes, and networks
  - docker-clean all: Stops and removes all containers, images, volumes
                      and networks