package
0.3.0-alpha
Repository: https://github.com/trustifierlabs/capsule8.git
Documentation: pkg.go.dev
# Packages
Package c8dockerclient is a homegrown HTTP Docker API client.It is primarily used with the Docker unix socket /var/run/docker.sockto retrieve information about running containers when using the Dockercontainer engine.
# Functions
GetInfo returns cached container information for the container with the given ID or nil if none was found.
NewDockerEventStream creates a new event stream of Docker container lifecycle events.
NewEventStream creates a new stream of container lifecycle events.
NewOciEventStream creates a new event stream of OCI container lifecycle events.
# Constants
Possible states for a container instance.
Possible states for a container instance.
Possible states for a container instance.
Possible states for a container instance.
# Structs
DockerConfigConfig is a structure representing a Docker image.
DockerConfigState is a structure representing the configuration state of a Docker container.
DockerConfigV2 is a structure representing a Docker container.
Event represents a container lifecycle event containing fields common to all supported container runtimes.
Info describes a created, running or stopped container on the Node.
# Type aliases
State represents the state of a container instance.