Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerOp ¶
func ContainerOp(ctx context.Context, ctrs []*libpod.Container, applyFunc func(*libpod.Container) error) (map[*libpod.Container]error, error)
ContainerOp performs the given function on the given set of containers, using a number of parallel threads. If no error is returned, each container specified in ctrs will have an entry in the resulting map; containers with no error will be set to nil.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.