Documentation
¶
Overview ¶
Package cmd contains all the commands to run and operate with containerz.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NewClient is the function to use to create a new containerz client. NewClient = client.NewClient )
View Source
var RootCmd = &cobra.Command{ Use: "containerz", Short: "Containerz suite of CLI tools", PersistentPreRun: func(cmd *cobra.Command, args []string) { }, RunE: func(command *cobra.Command, args []string) error { command.HelpFunc()(command, args) return fmt.Errorf("no command specified") }, }
RootCmd is the cmd entrypoint for all containerz commands.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
- container.go
- container_list.go
- container_logs.go
- container_remove.go
- container_start.go
- container_stop.go
- container_update.go
- image.go
- image_list.go
- image_pull.go
- image_push.go
- image_remove.go
- plugin.go
- plugin_list.go
- plugin_remove.go
- plugin_start.go
- plugin_stop.go
- root.go
- start.go
- volume.go
- volume_create.go
- volume_list.go
- volume_remove.go
Click to show internal directories.
Click to hide internal directories.