package docker
import "github.com/google/cadvisor/container/docker"
Provides global docker information.
Handler for Docker containers.
Index ¶
- Constants
- Variables
- func APIVersion() ([]int, error)
- func APIVersionString() string
- func Client() (*dclient.Client, error)
- func ContainerNameToDockerId(name string) string
- func Images() ([]v1.DockerImage, error)
- func Register(factory info.MachineInfoFactory, fsInfo fs.FsInfo, ignoreMetrics container.MetricSet) error
- func RootDir() string
- func Status() (v1.DockerStatus, error)
- func StatusFromDockerInfo(dockerInfo dockertypes.Info) v1.DockerStatus
- func ValidateInfo() (*dockertypes.Info, error)
- func Version() ([]int, error)
- func VersionString() string
Constants ¶
const DockerNamespace = "docker"
The namespace under which Docker aliases are unique.
Variables ¶
Functions ¶
func APIVersion ¶
func APIVersionString ¶
func APIVersionString() string
func Client ¶
Client creates a Docker API client based on the given Docker flags
func ContainerNameToDockerId ¶
Returns the Docker ID from the full container name.
func Images ¶
func Images() ([]v1.DockerImage, error)
func Register ¶
func Register(factory info.MachineInfoFactory, fsInfo fs.FsInfo, ignoreMetrics container.MetricSet) error
Register root container before running this function!
func RootDir ¶
func RootDir() string
func Status ¶
func Status() (v1.DockerStatus, error)
func StatusFromDockerInfo ¶
func StatusFromDockerInfo(dockerInfo dockertypes.Info) v1.DockerStatus
func ValidateInfo ¶
func ValidateInfo() (*dockertypes.Info, error)
Checks whether the dockerInfo reflects a valid docker setup, and returns it if it does, or an error otherwise.
func Version ¶
func VersionString ¶
func VersionString() string
Source Files ¶
client.go docker.go factory.go handler.go
- Version
- v0.27.3
- Published
- Nov 22, 2017
- Platform
- darwin/amd64
- Imports
- 30 packages
- Last checked
- 1 day ago –
Tools for package owners.