# 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
# 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
DefaultDockerfileName is the Default filename with Docker commands, read by docker build.
MinVersion represents Minimun REST API version supported.
Version of Current REST API.