Documentation ¶
Overview ¶
Package docker is an observer that watches a docker daemon and reports container ports as service endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { config.ObserverConfig DockerURL string `yaml:"dockerURL" default:"unix:///var/run/docker.sock"` // How often to poll the docker API PollIntervalSeconds int `yaml:"pollIntervalSeconds" default:"10"` }
Config specific to the Docker observer
Click to show internal directories.
Click to hide internal directories.