docker

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LogOpts = &dockerclient.LogOptions{
		Stdout: true,
		Stderr: true,
	}

	LogOptsTail = &dockerclient.LogOptions{
		Follow: true,
		Stdout: true,
		Stderr: true,
	}
)

Functions

func Run

Run creates the docker container, pulling images if necessary, starts the container and blocks until the container exits, returning the exit information.

func RunDaemon

RunDaemon creates the docker container, pulling images if necessary, starts the container and returns the container information. It does not wait for the container to exit.

func Wait

Wait blocks until the named container exits, returning the exit information.

Types

This section is empty.

Jump to

Keyboard shortcuts

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