public class DockerKillCommand extends DockerCommand
| Constructor | Description |
|---|---|
DockerKillCommand(java.lang.String containerName) |
| Modifier and Type | Method | Description |
|---|---|---|
DockerKillCommand |
setSignal(java.lang.String signal) |
Set the signal for the
DockerKillCommand. |
addCommandArguments, getCommandOption, getDockerCommandWithArguments, preparePrivilegedOperation, setClientConfigDir, toStringpublic DockerKillCommand setSignal(java.lang.String signal)
DockerKillCommand.signal - the signal to send to the container.DockerKillCommand with the signal set.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.