package stack
import "github.com/docker/cli/cli/command/stack"
Index ¶
- func NewStackCommand(dockerCli command.Cli) *cobra.Command
- func RunList(ctx context.Context, dockerCli command.Cli, opts options.List) error
- func RunServices(ctx context.Context, dockerCli command.Cli, opts options.Services) error
Functions ¶
func NewStackCommand ¶
NewStackCommand returns a cobra command for `stack` subcommands
func RunList ¶
RunList performs a stack list against the specified swarm cluster
func RunServices ¶
RunServices performs a stack services against the specified swarm cluster
Source Files ¶
cmd.go common.go config.go deploy.go list.go ps.go remove.go services.go
Directories ¶
Path | Synopsis |
---|---|
cli/command/stack/formatter | |
cli/command/stack/loader | |
cli/command/stack/options | |
cli/command/stack/swarm |
- Version
- v27.5.0-rc.2+incompatible
- Published
- Jan 7, 2025
- Platform
- linux/amd64
- Imports
- 22 packages
- Last checked
- now –
Tools for package owners.