Affected by GO-2024-2659
and 1 other vulnerabilities
GO-2024-2659: Data exfiltration from internal networks in github.com/docker/docker
GO-2025-3829: Moby firewalld reload removes bridge network isolation in github.com/docker/docker
package
Version:
v25.0.2+incompatible
Opens a new window with list of versions in this module.
Published: Feb 1, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 214
Opens a new window with list of known importers.
Documentation
¶
type CreateOptions struct {
CheckpointID string
CheckpointDir string
Exit bool
}
CreateOptions holds parameters to create a checkpoint from a container.
type DeleteOptions struct {
CheckpointID string
CheckpointDir string
}
DeleteOptions holds parameters to delete a checkpoint from a container.
type ListOptions struct {
CheckpointDir string
}
ListOptions holds parameters to list checkpoints for a container.
type Summary struct {
Name string
}
Summary represents the details of a checkpoint when listing endpoints.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.