public interface CommitCmd extends SyncDockerCmd<String>
Modifier and Type | Interface and Description |
---|---|
static interface |
CommitCmd.Exec |
@CheckForNull String getAuthor()
@CheckForNull String getContainerId()
@CheckForNull String[] getEnv()
@CheckForNull ExposedPorts getExposedPorts()
@CheckForNull String getHostname()
@CheckForNull Map<String,String> getLabels()
@CheckForNull Integer getMemory()
@CheckForNull Integer getMemorySwap()
@CheckForNull String getMessage()
@CheckForNull String[] getPortSpecs()
@CheckForNull String getRepository()
@CheckForNull String getTag()
@CheckForNull String getUser()
@CheckForNull Volumes getVolumes()
@CheckForNull String getWorkingDir()
@CheckForNull Boolean hasPauseEnabled()
@CheckForNull Boolean isOpenStdin()
@CheckForNull Boolean isStdinOnce()
@CheckForNull Boolean isTty()
CommitCmd withExposedPorts(ExposedPorts exposedPorts)
String exec() throws NotFoundException
exec
in interface SyncDockerCmd<String>
NotFoundException
- No such containerCopyright © 2017. All Rights Reserved.