Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DrvID = driver.NewID(driver.GroupContainer, "docker")
)
Functions ¶
Types ¶
type ExecutorArg ¶
type ExecutorArg struct {
*rescontainerocibase.ExecutorArg
// contains filtered or unexported fields
}
func (*ExecutorArg) RunArgsBase ¶
RunArgsBase append extra args for docker
func (*ExecutorArg) StopArgs ¶
func (ea *ExecutorArg) StopArgs() *args.T
func (*ExecutorArg) WaitNotRunning ¶
func (ea *ExecutorArg) WaitNotRunning(ctx context.Context) error
func (*ExecutorArg) WaitRemoved ¶
func (ea *ExecutorArg) WaitRemoved(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.