public interface RenameContainerCmd extends SyncDockerCmd<Void>
Modifier and Type | Interface and Description |
---|---|
static interface |
RenameContainerCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Void |
exec() |
String |
getContainerId() |
String |
getName() |
RenameContainerCmd |
withContainerId(String containerId) |
RenameContainerCmd |
withName(String name) |
@CheckForNull String getContainerId()
RenameContainerCmd withContainerId(@Nonnull String containerId)
@CheckForNull String getName()
RenameContainerCmd withName(@Nonnull String name)
Void exec() throws NotFoundException
exec
in interface SyncDockerCmd<Void>
NotFoundException
- No such containerCopyright © 2016. All Rights Reserved.