summaryrefslogtreecommitdiff
path: root/README.docker.md
blob: 348ba5bdc4e9f4d36bafdf9c6626c852b3f45b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# cleanbuild docker engine

With docker engine there's nothing needed to configure on local system other
than access to running docker engine and docker client program.

## Maintenance

To kill all containers created by cleanbuild:

```shell
docker ps -f label=cleanbuild --format '{{.ID}}' | xargs -r docker kill
```