Documentation
¶
Index ¶
Constants ¶
View Source
const ClientAPIVersion = "1.18"
ClientAPIVersion Client API version used
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Metadata ¶ added in v0.24.0
type Metadata struct {
ContainerID string
ContainerName string
Labels graph.Metadata `field:"Metadata"`
}
Metadata describe the metadata of a docker container easyjson:json gendecoder
type ProbeHandler ¶ added in v0.25.0
type ProbeHandler struct {
common.RWMutex
Ctx tp.Context
// contains filtered or unexported fields
}
ProbeHandler describes a Docker topology graph that enhance the graph
func (*ProbeHandler) Do ¶ added in v0.25.0
Do connects to the Docker daemon, registers the existing containers and start listening for Docker events
Source Files
¶
- docker.go
- metadata.go
Click to show internal directories.
Click to hide internal directories.