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