Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DockerCmd = &cobra.Command{ Use: "docker [command] [flags]", Short: "Docker related commands. Like generating a Dockerfile for a language.", Run: func(cmd *cobra.Command, args []string) { err := cmd.Help() checkNilErr(err) }, }
DockerCmd will be the root command for all docker related commands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.