# Functions
New a docker runtime object.
WithConfigPath specifies the path of dockerd's config file.
WithDataRootDir specifies the path of dockerd's data directory.
WithUniqueDesc specifies the unique descriptor of dockerd.
# Structs
No description provided by the author
ContainerConfig reference for config.json in docker runtime.
Docker is the connection established with a docker runtime.
Image represents a docker image, which is guaranteed to be the result of docker.Docker.OpenImageByID.
Layer represents a containerd layer, which is guaranteed to be the result of docker.Image.OpenLayer.
# Type aliases
NewOption is the option that can be used for initializing an docker.Docker object.