script

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2014 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Installer

type Installer interface {
	DownloadAndInstall(scripts []string, workingDir string, required bool) error
}

Installer downloads and installs a set of scripts using the specified working directory. If the required flag is specified and a particular script cannot be found, an error is returned.

func NewInstaller

func NewInstaller(image, scriptsUrl string, docker docker.Docker, verbose bool) Installer

NewInstaller returns a new instance of the default Installer implementation

Jump to

Keyboard shortcuts

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