package
1.13.0-rc1
Repository: https://github.com/nullne/docker.git
Documentation: pkg.go.dev

# README

This directory contains code pertaining to the Docker API:

  • Used by the docker client when communicating with the docker daemon

  • Used by third party tools wishing to interface with the docker daemon

# Packages

No description provided by the author
No description provided by the author
Package types is used for API stability in the types and response to the consumers of the API stats endpoint.

# Functions

DisplayablePorts returns formatted string representing open ports of container e.g.
LoadOrCreateTrustKey attempts to load the libtrust key at the given path, otherwise generates a new one.
MatchesContentType validates the content type against the expected one.

# Constants

DefaultVersion of Current REST API.
MinVersion represents Minimum REST API version supported.
NoBaseImageSpecifier is the symbol used by the FROM command to specify that no base image is to be used.