# Constants
CommunityEngineImage is the repo name for the community engine.
EnterpriseEngineImage is the repo name for the enterprise engine.
RegistryPrefix is the default prefix used to pull engine images.
ReleaseNotePrefix is where to point users to for release notes.
RuntimeMetadataName is the name of the runtime metadata file When stored as a label on the container it is prefixed by "com.docker.".
# Structs
AvailableVersions groups the available versions which were discovered.
DockerVersion wraps a semantic version to retain the original tag since the docker date based versions don't strictly follow semantic versioning (leading zeros, etc.).
EngineInitOptions contains the configuration settings use during initialization of a containerized docker engine.
RuntimeMetadata holds platform information about the daemon.
Update stores available updates for rendering in a table.
# Interfaces
ContainerizedClient can be used to manage the lifecycle of dockerd running as a container on containerd.
OutStream is an output stream used to write normal program output.