Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DrvID = driver.NewID(driver.GroupContainer, "podman")
)
Functions ¶
Types ¶
type ExecutorArg ¶
type ExecutorArg struct {
*rescontainerocibase.ExecutorArg
// contains filtered or unexported fields
}
func (*ExecutorArg) ExecBaseArgs ¶
func (ea *ExecutorArg) ExecBaseArgs() []string
func (*ExecutorArg) RunArgsBase ¶
RunArgsBase append extra args for podman
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.