]> git.pld-linux.org Git - projects/cleanbuild.git/blame - README.docker.md
Add instructions how to cleanup docker images
[projects/cleanbuild.git] / README.docker.md
CommitLineData
7f4c3622 1# cleanbuild docker engine
e5f9ae28
ER
2
3With docker engine there's nothing needed to configure on local system other
4than access to running docker engine and docker client program.
32459db7
ER
5
6## Maintenance
7
8To kill all containers created by cleanbuild:
9
10```shell
11docker ps -f label=cleanbuild --format '{{.ID}}' | xargs -r docker kill -q
12```
This page took 1.434895 seconds and 4 git commands to generate.