Documentation ¶
Index ¶
- func GetRuntime(ctx context.Context, c *cliconfig.PodmanCommand) (*libpod.Runtime, error)
- func GetRuntimeDisableFDs(ctx context.Context, c *cliconfig.PodmanCommand) (*libpod.Runtime, error)
- func GetRuntimeMigrate(ctx context.Context, c *cliconfig.PodmanCommand, newRuntime string) (*libpod.Runtime, error)
- func GetRuntimeNoStore(ctx context.Context, c *cliconfig.PodmanCommand) (*libpod.Runtime, error)
- func GetRuntimeRenumber(ctx context.Context, c *cliconfig.PodmanCommand) (*libpod.Runtime, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRuntime ¶
GetRuntime generates a new libpod runtime configured by command line options
func GetRuntimeDisableFDs ¶ added in v1.6.0
GetRuntimeDisableFDs gets a libpod runtime that will disable sd notify
func GetRuntimeMigrate ¶ added in v1.3.0
func GetRuntimeMigrate(ctx context.Context, c *cliconfig.PodmanCommand, newRuntime string) (*libpod.Runtime, error)
GetRuntimeMigrate gets a libpod runtime that will perform a migration of existing containers
func GetRuntimeNoStore ¶ added in v1.5.0
GetRuntimeNoStore generates a new libpod runtime configured by command line options
func GetRuntimeRenumber ¶ added in v1.1.0
GetRuntimeRenumber gets a libpod runtime that will perform a lock renumber
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.