# Functions
ContainerFromNative instantiates a Docker-compatible Container from containerd-native Container.
No description provided by the author
No description provided by the author
# Structs
ClientVersion is from https://github.com/docker/cli/blob/v20.10.8/cli/command/system/version.go#L74-L87.
ComponentVersion describes the version information for a specific component.
config is from https://github.com/moby/moby/blob/8dbd90ec00daa26dc45d7da2431c965dec99e8b4/api/types/container/config.go#L37-L69.
Container mimics a `docker container inspect` object.
ContainerState is from https://github.com/moby/moby/blob/v20.10.1/api/types/types.go#L313-L326.
DefaultNetworkSettings is from https://github.com/moby/moby/blob/v20.10.1/api/types/types.go#L405-L414.
Image mimics a `docker image inspect` object.
No description provided by the author
Info mimics a `docker info` object.
No description provided by the author
No description provided by the author
From https://github.com/moby/moby/blob/v20.10.1/api/types/types.go#L416-L427 MountPoint represents a mount point configuration inside the container.
Network mimics a `docker network inspect` object.
NetworkEndpointSettings is from https://github.com/moby/moby/blob/v20.10.1/api/types/network/network.go#L49-L65.
No description provided by the author
No description provided by the author
No description provided by the author
ServerVersion is from https://github.com/moby/moby/blob/v20.10.8/api/types/types.go#L119-L137.
VersionInfo mimics a `docker version` object.