package checkpoint
import "github.com/dotcloud/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
- v28.1.1+incompatible (latest)
- Published
- Apr 18, 2025
- Platform
- linux/amd64
- Last checked
- 35 minutes ago –
Tools for package owners.