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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.