dockerstatus

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2016 License: Apache-2.0 Imports: 5 Imported by: 2

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

func DockerImageRepositories() (images []string, err error)

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

func RunningContainers() (containers []string, err error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL