Stop
Stop
yaml
type: "io.kestra.plugin.docker.Stop"Examples
yaml
id: docker_stop
namespace: company.team
tasks:
- id: run
type: io.kestra.plugin.docker.Stop
containerId: 8088357a1974
kill: true
Properties
config stringobject
containerId string
credentials
Definitions
Credentials for a private container registry.
authstring
identityTokenstring
passwordstring
registrystring
registryTokenstring
usernamestring
delete booleanstring
Default
truehost string
kill booleanstring
Default
false