docker

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Docker is the docker command.
	Docker = "docker"
)

Variables

This section is empty.

Functions

func Exec

func Exec(args ...string)

Exec executes a docker command

func ListRepositoryTags

func ListRepositoryTags(repository string) ([]string, error)

ListRepositoryTags lists the tags for a given repository

Types

type ListRepositoryTagsResponse

type ListRepositoryTagsResponse struct {
	Name string   `json:"name"`
	Tags []string `json:"tags"`
}

ListRepositoryTagsResponse is a response for listing tags

Jump to

Keyboard shortcuts

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