public interface ExecStartCmd extends DockerCmd<InputStream>
Modifier and Type | Interface and Description |
---|---|
static interface |
ExecStartCmd.Exec |
Modifier and Type | Method and Description |
---|---|
InputStream |
exec() |
String |
getExecId() |
boolean |
hasDetachEnabled() |
boolean |
hasTtyEnabled() |
ExecStartCmd |
withDetach() |
ExecStartCmd |
withDetach(boolean detach) |
ExecStartCmd |
withExecId(String execId) |
ExecStartCmd |
withTty() |
ExecStartCmd |
withTty(boolean tty) |
String getExecId()
ExecStartCmd withExecId(String execId)
boolean hasDetachEnabled()
ExecStartCmd withDetach(boolean detach)
ExecStartCmd withDetach()
boolean hasTtyEnabled()
ExecStartCmd withTty(boolean tty)
ExecStartCmd withTty()
InputStream exec() throws NotFoundException
exec
in interface DockerCmd<InputStream>
NotFoundException
- No such exec instanceCopyright © 2015. All Rights Reserved.