package checkpoint

import "github.com/dotcloud/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
v26.0.0-rc2+incompatible
Published
Mar 7, 2024
Platform
linux/amd64
Last checked
4 minutes ago

Tools for package owners.