CommitCmd |
CommitCmd.withAttachStderr(Boolean attachStderr) |
CommitCmd |
CommitCmd.withAttachStdin(Boolean attachStdin) |
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(Boolean stdinOnce) |
CommitCmd |
CommitCmd.withTag(String tag) |
CommitCmd |
CommitCmd.withTty(Boolean tty) |
CommitCmd |
CommitCmd.withUser(String user) |
CommitCmd |
CommitCmd.withVolumes(Volumes volumes) |
CommitCmd |
CommitCmd.withWorkingDir(String workingDir) |