Documentation ¶
Overview ¶
Package dockerstatus provides a few functions for getting very simple data out of Docker, mostly for use in simple status checks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DockerImageRepositories ¶
DockerImageRepositories returns a slice of the names of the Docker images present on the host (what's under the REPOSITORIES column of `docker images`)
func RunningContainers ¶
RunningContainers returns a list of names of running docker containers (what's under the IMAGE column of `docker ps -a` if it has status "Up").
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.