# Packages
No description provided by the author
# Functions
NewClient creates a new C8DockerClient instance tied to local docker socket.
# Constants
APIPrefix is the prefix used to make Docker requests.
DockerSocketPath is the filesytem path to the docker socket.
# Structs
Client serves as the main structure for dealing with the docker socket.
ClientError encapsulates all errors.
DockerContainerInfo represents the result of inspecting a docker container.
DockerContainerListInfo lists the ContainerID.
DockerContainerNetworkSettings holds the network configuration information for a running Docker container.
DockerContainerProcessList is a helper struct for parsing the json from Docker's Top command.
DockerContainerState represents when the container was started and its ProcessID.
DockerEventActor represents the container or image that a Docker Event affects.
DockerEventMessage encapsulates all information about a Docker event.
DockerFileChange is the json object returned by docker diff.
DockerImageInfo represents the JSON object returned by ImageInspect (/images/<imageID>/json).
DockerInfo represents the information extracted from a docker info command.
DockerNetwork represents a docker network that a container is attached to.
DockerNetworkInfo is returned by NetworkInspect (/networks/<networkdID>).
DockerPortForward contains the container's host's forwarded IP and ports e.g.
DockerVolumeMounts represents the metadata associated.
ProcessEntry represents a node in a process tree as found from docker top.
RootFSLayers represents the RootFS json object found when inspecting an image.