package
1.5.0
Repository: https://github.com/unixwars/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

# Functions

No description provided by the author
FIXME: harmonize with NewGraph().
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
No description provided by the author

# Structs

Config define the configuration of a docker daemon These are the configuration settings that you pass to the docker daemon when you launch it with say: `docker -d -e lxc` FIXME: separate runtime configuration from http api configuration.
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.
FIXME: move deprecated port stuff to nat to clean up the core.