public abstract class AbstrDockerCmd<CMD_T extends DockerCmd<RES_T>,RES_T> extends Object implements SyncDockerCmd<RES_T>
Modifier and Type | Field and Description |
---|---|
protected DockerCmdSyncExec<CMD_T,RES_T> |
execution |
Constructor and Description |
---|
AbstrDockerCmd(DockerCmdSyncExec<CMD_T,RES_T> execution) |
protected DockerCmdSyncExec<CMD_T extends DockerCmd<RES_T>,RES_T> execution
public AbstrDockerCmd(DockerCmdSyncExec<CMD_T,RES_T> execution)
public RES_T exec() throws DockerException
exec
in interface SyncDockerCmd<RES_T>
DockerException
public void close()
protected String registryAuth(AuthConfig authConfig)
Copyright © 2015. All Rights Reserved.