Documentation
¶
Overview ¶
Package start provides the options for the container start options
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SetContainerStartOption ¶
type SetContainerStartOption func(*container.StartOptions) error
SetContainerStartOption is a function that sets the container start options.
func WithCheckpointDir ¶
func WithCheckpointDir(checkpointDir string) SetContainerStartOption
WithCheckpointDir sets the checkpoint directory for the container start options.
func WithCheckpointID ¶
func WithCheckpointID(checkpointID string) SetContainerStartOption
WithCheckpointID sets the checkpoint ID for the container start options.
Click to show internal directories.
Click to hide internal directories.