# Functions
DefaultMemorySwap always returns 0 for no memory swap in a sandbox.
fmtDockerOpts formats the docker security options using the given separator.
No description provided by the author
NewDockerService creates a new `DockerService`.
No description provided by the author
NewPodSandboxCheckpoint inits a PodSandboxCheckpoint with the given args.
No description provided by the author
# Constants
DockerImageIDPrefix is the prefix of image id in container status.
DockerPullableImageIDPrefix is the prefix of pullable image id in container status.
# Variables
ImageFsStatsCache caches imagefs stats.
# Structs
CheckpointData contains all types of data that can be stored in the checkpoint.
No description provided by the author
NativeExecHandler executes commands in Docker containers using Docker's exec API.
PodSandboxCheckpoint is the checkpoint structure for a sandbox.
sharedWriteLimiter limits the total output written across one or more streams.
# Interfaces
Checkpoint provides the process checkpoint data.
ContainerCheckpoint provides the interface for process container's checkpoint data.
CRIService includes all methods necessary for a CRI backend.
DockerService is an interface that embeds the new RuntimeService and ImageService interfaces.