flags

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DaemonFlags = []cli.Flag{
		cli.BoolFlag{
			Name:  "debug",
			Usage: "Debug log, enabled by default",
		},
		cli.StringFlag{
			Name:  "log",
			Usage: "specific output log file, otherwise output to stdout by default",
		},
		cli.StringFlag{
			Name:  "root",
			Value: "/var/lib/convoy",
			Usage: "specific root directory of convoy, if configure file exists, daemon specific options would be ignored",
		},
		cli.StringSliceFlag{
			Name:  "drivers",
			Value: &cli.StringSlice{},
			Usage: "Drivers to be enabled, first driver in the list would be treated as default driver",
		},
		cli.StringSliceFlag{
			Name:  "driver-opts",
			Value: &cli.StringSlice{},
			Usage: "options for driver",
		},
		cli.StringFlag{
			Name:  "mnt-ns",
			Usage: "Specify mount namespace file descriptor if user don't want to mount in current namespace. Support by Device Mapper and EBS",
		},
		cli.BoolFlag{
			Name:  "ignore-docker-delete",
			Usage: "Do not delete volumes when told to by Docker",
		},
	}
)

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