Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecPerHost ¶ added in v0.0.9
func ExecPerHost(ctx context.Context, dryRun bool, dockerHosts []string, exec func(Docker) *errors.E) *concurrent.Concurrent
Types ¶
type Docker ¶
type Docker interface { Run(context.Context, run.CommonEnv, containers.Template) *errors.E Start(context.Context, *types.Container) *errors.E Stop(context.Context, *types.Container) (bool, *errors.E) List(context.Context, string) (map[string]*types.Container, *errors.E) }
func New ¶
func New(client client.DockerClient) Docker
Click to show internal directories.
Click to hide internal directories.