run

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Code that supports the running of the image produced by s2i. Triggered by the --run=true option specified on the command line.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DockerRunner

type DockerRunner struct {
	ContainerClient docker.Docker
}

the struct capturing the list of items needed to support the --run=true options; currently, only running docker containers and only need the docker client

func New

func New(config *api.Config) (*DockerRunner, error)

Create the DockerRunning struct for executing the methods assoicated with running the produced image in a docker container for verification purposes.

func (*DockerRunner) Run

func (b *DockerRunner) Run(config *api.Config) error

Actually invoke the docker API to run the resulting s2i image in a container, where the redirecting of the container's stdout and stderr will go to glog.

Jump to

Keyboard shortcuts

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