CommitCmd |
CommitCmd.withAttachStderr() |
CommitCmd |
CommitCmd.withAttachStderr(boolean attachStderr) |
CommitCmd |
CommitCmd.withAttachStdin() |
CommitCmd |
CommitCmd.withAttachStdin(boolean attachStdin) |
CommitCmd |
CommitCmd.withAttachStdout() |
CommitCmd |
CommitCmd.withAttachStdout(boolean attachStdout) |
CommitCmd |
CommitCmd.withAuthor(String author) |
CommitCmd |
CommitCmd.withCmd(String... cmd) |
CommitCmd |
CommitCmd.withContainerId(String containerId) |
CommitCmd |
CommitCmd.withDisableNetwork(boolean disableNetwork) |
CommitCmd |
CommitCmd.withEnv(String... env) |
CommitCmd |
CommitCmd.withExposedPorts(ExposedPorts exposedPorts) |
CommitCmd |
CommitCmd.withHostname(String hostname) |
CommitCmd |
CommitCmd.withMemory(Integer memory) |
CommitCmd |
CommitCmd.withMemorySwap(Integer memorySwap) |
CommitCmd |
CommitCmd.withMessage(String message) |
CommitCmd |
CommitCmd.withOpenStdin(boolean openStdin) |
CommitCmd |
CommitCmd.withPause(boolean pause) |
CommitCmd |
CommitCmd.withPortSpecs(String... portSpecs) |
CommitCmd |
CommitCmd.withRepository(String repository) |
CommitCmd |
CommitCmd.withStdinOnce() |
CommitCmd |
CommitCmd.withStdinOnce(boolean stdinOnce) |
CommitCmd |
CommitCmd.withTag(String tag) |
CommitCmd |
CommitCmd.withTty() |
CommitCmd |
CommitCmd.withTty(boolean tty) |
CommitCmd |
CommitCmd.withUser(String user) |
CommitCmd |
CommitCmd.withVolumes(Volumes volumes) |
CommitCmd |
CommitCmd.withWorkingDir(String workingDir) |