loader

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadFromDirectory

func LoadFromDirectory(path string, ops ...func(*types.App) error) (*types.App, error)

LoadFromDirectory loads a docker app from a directory

func LoadFromSingleFile

func LoadFromSingleFile(path string, r io.Reader, ops ...func(*types.App) error) (*types.App, error)

LoadFromSingleFile loads a docker app from a single-file format (as a reader)

func LoadFromTar

func LoadFromTar(tar string, ops ...func(*types.App) error) (*types.App, error)

LoadFromTar loads a docker app from a tarball

func LoadFromTarReader

func LoadFromTarReader(r io.Reader, ops ...func(*types.App) error) (*types.App, error)

LoadFromTarReader loads a docker app from a tarball reader

func LoadFromURL added in v0.5.0

func LoadFromURL(url string, ops ...func(*types.App) error) (*types.App, error)

LoadFromURL loads a docker app from an URL that should return a single-file app.

Types

This section is empty.

Jump to

Keyboard shortcuts

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