]> git.pld-linux.org Git - projects/cleanbuild.git/blame - README.docker.md
Run poldek with terminal for poldek colors
[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
ca3ccc02 11docker ps -f label=cleanbuild --format '{{.ID}}' | xargs -r docker kill
32459db7 12```
This page took 0.942437 seconds and 4 git commands to generate.