oplayer

package
v0.0.0-...-7fe75e3 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2017 License: BSD-3-Clause Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	HasLayer = &cobra.Command{
		Use:   "has-layer",
		Short: "has-layer [--repository|-r image-name] layer-digest",
		Args:  cobra.ExactArgs(1),

		RunE: hasLayer,
	}
)
View Source
var (
	PullLayer = &cobra.Command{
		Use:   "pull-layer",
		Short: "pull-layer [--repository|-r image-name] layer-digest directory",
		Args:  cobra.ExactArgs(2),

		RunE: pullLayer,
	}
)
View Source
var (
	PushLayer = &cobra.Command{
		Use:   "push-layer",
		Short: "push-layer [--repository|-r image-name] directory ignores...",
		Args:  cobra.MinimumNArgs(1),

		RunE: pushLayer,
	}
)

Functions

func DefaultImageRepo

func DefaultImageRepo() (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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