public interface CommitCmd extends DockerCmd<String>
Modifier and Type | Interface and Description |
---|---|
static interface |
CommitCmd.Exec |
String getContainerId()
String getRepository()
String getTag()
String getMessage()
String getAuthor()
boolean hasPauseEnabled()
CommitCmd withAttachStderr(boolean attachStderr)
CommitCmd withAttachStderr()
CommitCmd withAttachStdin(boolean attachStdin)
CommitCmd withAttachStdin()
CommitCmd withAttachStdout(boolean attachStdout)
CommitCmd withAttachStdout()
CommitCmd withDisableNetwork(boolean disableNetwork)
CommitCmd withPause(boolean pause)
String[] getEnv()
ExposedPorts getExposedPorts()
CommitCmd withExposedPorts(ExposedPorts exposedPorts)
String getHostname()
Integer getMemory()
Integer getMemorySwap()
boolean isOpenStdin()
CommitCmd withOpenStdin(boolean openStdin)
String[] getPortSpecs()
boolean isStdinOnce()
CommitCmd withStdinOnce(boolean stdinOnce)
CommitCmd withStdinOnce()
boolean isTty()
CommitCmd withTty(boolean tty)
CommitCmd withTty()
String getUser()
Volumes getVolumes()
String getWorkingDir()
String exec() throws NotFoundException
exec
in interface DockerCmd<String>
NotFoundException
- No such containerCopyright © 2015. All Rights Reserved.