Documentation
¶
Overview ¶
Package host provides subcommands for the local Docker host
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cli.Command{ Name: "host", Usage: "Manages the local Docker host", Subcommands: []*cli.Command{ { Name: "ls-app", Aliases: []string{"list-applications"}, Category: "Query the Docker host", Usage: "Lists running Docker Compose applications", Action: lsAppAction, }, { Name: "ls-con", Aliases: []string{"list-containers"}, Category: "Query the Docker host", Usage: "Lists the containers associated with a package deployment", Action: lsConAction, }, { Name: "rm", Aliases: []string{"remove"}, Category: "Modify the Docker host", Usage: "Removes all Docker Compose applications", Action: rmAction, }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.