Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUnknownContainer is the error used when a Docker container could not be // identified. ErrUnknownContainer = errors.New("unknown docker container") )
Functions ¶
This section is empty.
Types ¶
type Retriever ¶
A Retriever is a type capable of looking up the docker image labels for a given PID. In other words, if a docker image, I, is used to launch a container, C, and that container contains a process with PID P, then calling LabelsForPID(P) will return all of the labels associated with I.
Click to show internal directories.
Click to hide internal directories.