File: control

package info (click to toggle)
docker-clean 2.0.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: sh: 736; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,176 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: docker-clean
Section: admin
Priority: optional
Maintainer: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/debian/docker-clean.git
Vcs-Browser: https://salsa.debian.org/debian/docker-clean
Rules-Requires-Root: no
Homepage: https://github.com/ZZROTDesign/docker-clean/

Package: docker-clean
Architecture: all
Depends: docker.io | docker-ce,
         ${misc:Depends},
Enhances: docker.io, docker-ce
Description: 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