public interface InspectExecCmd extends SyncDockerCmd<InspectExecResponse>
Modifier and Type | Interface and Description |
---|---|
static interface |
InspectExecCmd.Exec |
Modifier and Type | Method and Description |
---|---|
InspectExecResponse |
exec() |
String |
getExecId() |
InspectExecCmd |
withExecId(String execId) |
String getExecId()
InspectExecCmd withExecId(String execId)
InspectExecResponse exec() throws NotFoundException
exec
in interface SyncDockerCmd<InspectExecResponse>
NotFoundException
- if no such exec has been foundCopyright © 2016. All Rights Reserved.