cmd

package
v0.0.0-...-35c2a2b Latest Latest
Warning

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

Go to latest
Published: May 19, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "deviced",
	Short: "Docker container management API and state machine.",
	Long:  `Manages the local docker daemon. Loads a configuration file. Config can be updated by the API.`,

	Run: func(cmd *cobra.Command, args []string) {
		s := daemon.System{ConfigPath: configPath}
		os.Exit(s.Main())
	},
}

RootCmd represents the base command when called without any subcommands

Functions

func Execute

func Execute()

Execute adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

This section is empty.

Jump to

Keyboard shortcuts

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