package checkpoint
import "github.com/docker/docker/api/types/checkpoint"
Index ¶
Types ¶
type CreateOptions ¶
CreateOptions holds parameters to create a checkpoint from a container.
type DeleteOptions ¶
DeleteOptions holds parameters to delete a checkpoint from a container.
type ListOptions ¶
type ListOptions struct { CheckpointDir string }
ListOptions holds parameters to list checkpoints for a container.
type Summary ¶
type Summary struct { // Name is the name of the checkpoint. Name string }
Summary represents the details of a checkpoint when listing endpoints.
Source Files ¶
- Version
- v27.0.0-rc.2+incompatible
- Published
- Jun 17, 2024
- Platform
- linux/amd64
- Last checked
- 36 minutes ago –
Tools for package owners.