Module manager

Source

Structs§

AuthConfig
Config
Container to create.
ContainerManagerWithBackoff
ContainerManagerWithCapacity
CreateContainerOptions
Parameters used in the Create Container API
CreateImageInfo
CreateImageOptions
Parameters available for pulling an image, used in the Create Image API
Docker

DockerCredentials
DockerCredentials credentials and server URI to push images using the Push Image API or the Build Image API.
DockerManager
DockerManager provides utilities for managing a set of docker containers. It includes functions for creating, starting, stopping, and removing containers, as well as querying their status and retrieving their logs.
DownloadFromContainerOptions
Parameters used in the Download From Container API
HostConfig
Container configuration that depends on the host we are running on
ImportImageOptions
Parameters to the Import Image API
KillContainerOptions
Parameters used in the Kill Container API
ListContainersOptions
Parameters used in the List Container API
ListImagesOptions
Parameters to the [List Images
LogsOptions
Parameters used in the Logs API
Mount
PruneContainersOptions
Parameters used in the Prune Containers API
PruneImagesOptions
Parameters to the Prune Images API
RemoveContainerOptions
Parameters used in the Remove Container API
RestartPolicy
The behavior to apply when the container exits. The default is not to restart. An ever increasing delay (double the previous delay, starting at 100ms) is added before each restart to prevent flooding the server.
StartContainerOptions
Parameters used in the Start Container API
Version
Response of Engine API: GET "/version"

Enums§

LogOutput
Result type for the Logs API
RestartPolicyNameEnum

Traits§

ContainerManager
This ContainerManager trait provides utilities for managing a set of docker containers. It includes functions for creating, starting, stopping, and removing containers, as well as querying their status and retrieving their logs.