Skip to content
Roland Huß edited this page May 19, 2014 · 1 revision

Stops and removes a docker container.

Configuration

Parameter Descriptions Property Default
url URL to the docker daemon docker.url http://localhost:4243
image Which image to stop. All containers for this named image are stopped docker.image false
containerId ID of the container to stop docker.containerId false
keepContainer Set to true for not automatically removing the container after stopping it. docker.keepContainer false
keepRunning Set to true for not stopping the container even when this goals runs. docker.keepRunning false
keepData Keep the data container and image after the build if set to true docker.keepData false
color Set to true for colored output docker.color true if TTY connected
Clone this wiki locally