package
1.8.2
Repository: https://github.com/labkode/docker.git
Documentation: pkg.go.dev

# README

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
ErrExtractPointNotDirectory is used to convey that the operation to extract a tar archive to a directory in a container has failed because the specified path does not refer to a directory.
No description provided by the author
No description provided by the author
No description provided by the author
ErrVolumeReadonly is used to signal an error when trying to copy data into a volume mount that is not writable.

# Structs

CommonConfig defines the configuration of a docker daemon which are common across platforms.
CommonContainer holds the settings for a container which are applicable across all platforms supported by the daemon.
Config defines the configuration of a docker daemon.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

History is a convenience type for storing a list of containers, ordered by creation date.