Stop
Stop a Docker container
type: "io.kestra.plugin.docker.Stop"
Kill a docker container
id: docker_stop
namespace: company.team
tasks:
- id: run
type: io.kestra.plugin.docker.Stop
containerId: 8088357a1974
kill: true
YES
false
Does a kill or a stop command will be used.
YES
Docker configuration file.
Docker configuration file that can set access credentials to private container registries. Usually located in ~/.docker/config.json
.
YES
The container id to stop.
YES
YES
true
Does we will remove the container.
YES
The URI of your Docker host e.g. localhost
YES
The registry authentication.
The auth
field is a base64-encoded authentication string of username: password
or a token.
YES
The identity token.
YES
The registry password.
YES
The registry URL.
If not defined, the registry will be extracted from the image name.
YES
The registry token.
YES
The registry username.