Documentation ¶
Index ¶
- func LoadFromDirectory(path string, ops ...func(*types.App) error) (*types.App, error)
- func LoadFromSingleFile(path string, r io.Reader, ops ...func(*types.App) error) (*types.App, error)
- func LoadFromTar(tar string, ops ...func(*types.App) error) (*types.App, error)
- func LoadFromTarReader(r io.Reader, ops ...func(*types.App) error) (*types.App, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadFromDirectory ¶
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 ¶
LoadFromTar loads a docker app from a tarball
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.