Affected by GO-2024-3304
and 2 other vulnerabilities
GO-2024-3304: Moby Race Condition vulnerability in github.com/moby/moby
GO-2024-3305: Moby Race Condition vulnerability in github.com/moby/moby
GO-2024-3311: NULL Pointer Dereference on moby image history in github.com/moby/moby
package
Version:
v25.0.6+incompatible
Opens a new window with list of versions in this module.
Published: Jul 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
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.