-
Notifications
You must be signed in to change notification settings - Fork 644
docker:stop
Roland Huß edited this page May 19, 2014
·
1 revision
Stops and removes a docker container.
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 |