package
0.2.0-alpha
Repository: https://github.com/hkirito/capsule8.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewClient creates a new C8DockerClient instance tied to local docker socket.

# Constants

DockerSocketPath is the filesytem path to the docker socket.
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

# 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.The information returned by ContainerList (/containers/json)This type is used in container-enumeration at daemon start-up.
DockerContainerNetworkSettings holds the network configuration information for a running Docker container.
DockerContainerProcessList is a helper struct for parsing the jsonfrom Docker's Top command.
DockerContainerState represents when the container was started and its ProcessID.This is a sub-structure of DockerContainerInfo.
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 portse.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.This represents all of the Image SHA1s that comprise the layers of this image.