@CompileStatic class DockerInspectExecContainer extends AbstractDockerRemoteApiTask
Inspects task executed inside container with DockerExecContainer command.
| Constructor and description |
|---|
DockerInspectExecContainer
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
runRemoteCommand() |
|
void |
targetExecId(String execId)Sets the target exec ID or name. |
|
void |
targetExecId(Callable<String> execId)Sets the target exec ID or name. |
|
void |
targetExecId(Provider<String> execId)Sets the target exec ID or name. |
| Methods inherited from class | Name |
|---|---|
class AbstractDockerRemoteApiTask |
getDockerClient, getNextHandler, getRegistryAuthLocator, onComplete, onError, onNext, runRemoteCommand, start |
Sets the target exec ID or name.
execId - Exec ID or nameSets the target exec ID or name.
execId - Exec ID or name as CallableSets the target exec ID or name.
execId - Exec ID or name as ProviderGroovy Documentation