public interface ExecCreateCmd extends DockerCmd<ExecCreateCmdResponse>
Modifier and Type | Interface and Description |
---|---|
static interface |
ExecCreateCmd.Exec |
Modifier and Type | Method and Description |
---|---|
String |
getContainerId() |
boolean |
hasAttachStderrEnabled() |
boolean |
hasAttachStdinEnabled() |
boolean |
hasAttachStdoutEnabled() |
boolean |
hasTtyEnabled() |
ExecCreateCmd |
withAttachStderr() |
ExecCreateCmd |
withAttachStderr(boolean attachStderr) |
ExecCreateCmd |
withAttachStdin() |
ExecCreateCmd |
withAttachStdin(boolean attachStdin) |
ExecCreateCmd |
withAttachStdout() |
ExecCreateCmd |
withAttachStdout(boolean attachStdout) |
ExecCreateCmd |
withCmd(String... cmd) |
ExecCreateCmd |
withContainerId(String containerId) |
ExecCreateCmd |
withTty() |
ExecCreateCmd |
withTty(boolean tty) |
String getContainerId()
ExecCreateCmd withContainerId(String containerId)
ExecCreateCmd withCmd(String... cmd)
ExecCreateCmd withAttachStdin(boolean attachStdin)
ExecCreateCmd withAttachStdin()
boolean hasAttachStdinEnabled()
ExecCreateCmd withAttachStdout(boolean attachStdout)
ExecCreateCmd withAttachStdout()
boolean hasAttachStdoutEnabled()
ExecCreateCmd withAttachStderr(boolean attachStderr)
ExecCreateCmd withAttachStderr()
boolean hasAttachStderrEnabled()
ExecCreateCmd withTty(boolean tty)
ExecCreateCmd withTty()
boolean hasTtyEnabled()
Copyright © 2015. All Rights Reserved.