Documentation ¶
Overview ¶
Package engines provides the general CLI flags for dealing with container engines in general, such as disabling them.
- --noengines disables consulting any container engine.
- --keep-going skips failed container engines.
Index ¶
Constants ¶
View Source
const ( NoEnginesFlagName = "noengines" KeepGoingFlagName = "keep-going" EngineWorkersFlagName = "engine-workers" )
Names of the CLI flags defined and used in this package.
Variables ¶
This section is empty.
Functions ¶
func Containerizer ¶
func Containerizer(ctx context.Context, cmd *cobra.Command, wait bool) (containerizer.Containerizer, error)
Containerizer returns a Containerizer watching the container engines specified on the CLI. Optionally waits for all container engines to come online.
func EngineSetupCLI ¶
EngineSetupCLI registers the engine-agnostic specific CLI options.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.