public interface StartContainerCmd extends SyncDockerCmd<Void>
Modifier and Type | Interface and Description |
---|---|
static interface |
StartContainerCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Void |
exec() |
String |
getContainerId() |
StartContainerCmd |
withContainerId(String containerId) |
@CheckForNull String getContainerId()
StartContainerCmd withContainerId(@Nonnull String containerId)
Void exec() throws NotFoundException, NotModifiedException
exec
in interface SyncDockerCmd<Void>
NotFoundException
- No such containerNotModifiedException
- Container already startedCopyright © 2017. All Rights Reserved.