package
0.0.0-20241112080837-97b903613cec
Repository: https://github.com/deepin-community/docker.io.git
Documentation: pkg.go.dev

# Functions

EnsureFrozenImagesLinux loads frozen test images into the daemon if they aren't already loaded.
FromClient creates a new Execution environment from the passed in client.
New creates a new Execution struct This is configured using the env client (see client.FromEnv).
ProtectAll protects the existing environment (containers, images, networks, volumes, and, on Linux, plugins) from being cleaned up at the end of test runs.
ProtectContainers protects existing containers from being cleaned up at the end of test runs.
ProtectImages protects existing images and on linux frozen images from being cleaned up at the end of test runs.
ProtectNetworks protects existing networks from being cleaned up at the end of test runs.
ProtectPlugins protects existing plugins from being cleaned up at the end of test runs.
ProtectVolumes protects existing volumes from being cleaned up at the end of test runs.

# Structs

Execution contains information about the current test execution and daemon under test.
PlatformDefaults are defaults values for the platform of the daemon under test.