package checkpoint

import "github.com/docker/docker/api/types/checkpoint"

Index

Types

type CreateOptions

type CreateOptions struct {
	CheckpointID  string
	CheckpointDir string
	Exit          bool
}

CreateOptions holds parameters to create a checkpoint from a container.

type DeleteOptions

type DeleteOptions struct {
	CheckpointID  string
	CheckpointDir string
}

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

list.go options.go

Version
v27.0.0-rc.2+incompatible
Published
Jun 17, 2024
Platform
linux/amd64
Last checked
36 minutes ago

Tools for package owners.