Documentation ¶
Index ¶
- func GetServices(dockerCli command.Cli, _ *pflag.FlagSet, opts options.Services) ([]swarmtypes.Service, error)deprecated
- func NewStackCommand(dockerCli command.Cli) *cobra.Command
- func RunDeploy(dockerCli command.Cli, _ *pflag.FlagSet, config *composetypes.Config, ...) errordeprecated
- func RunList(dockerCli command.Cli, opts options.List) error
- func RunPs(dockerCli command.Cli, _ *pflag.FlagSet, opts options.PS) errordeprecated
- func RunRemove(dockerCli command.Cli, _ *pflag.FlagSet, opts options.Remove) errordeprecated
- func RunServices(dockerCli command.Cli, opts options.Services) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetServices
deprecated
func GetServices(dockerCli command.Cli, _ *pflag.FlagSet, opts options.Services) ([]swarmtypes.Service, error)
GetServices returns the services for the specified swarm cluster.
Deprecated: use swarm.GetServices instead.
func NewStackCommand ¶
NewStackCommand returns a cobra command for `stack` subcommands
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.