public interface PauseContainerCmd extends DockerCmd<Void>
Modifier and Type | Interface and Description |
---|---|
static interface |
PauseContainerCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Void |
exec() |
String |
getContainerId() |
PauseContainerCmd |
withContainerId(String containerId) |
String getContainerId()
PauseContainerCmd withContainerId(String containerId)
Void exec() throws NotFoundException
exec
in interface DockerCmd<Void>
NotFoundException
- No such containerCopyright © 2015. All Rights Reserved.