cmd

package
v0.0.0-...-f4ef62b Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2014 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdWeb = cli.Command{
	Name:        "web",
	Usage:       "Start Docker Registry Web Server",
	Description: "Docker web service provide Docker Registry API service and web view for search & comment",
	Action:      runRegistry,
	Flags: []cli.Flag{
		cli.StringFlag{"address", "", "docker registry listen ip"},
		cli.IntFlag{"port", 9911, "docker registry listen port"},
		cli.StringFlag{"qiniu_access", "", "Qiniu.com's access key for backup docker image layer file."},
		cli.StringFlag{"qiniu_secret", "", "Qiniu.com's secret key for backup docker image layer file."},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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