Documentation ¶
Index ¶
- Constants
- func DeployBundle(ctx context.Context, dockerCli command.Cli, opts options.Deploy) error
- func GetStacks(dockerCli command.Cli) ([]*formatter.Stack, error)
- func RunDeploy(dockerCli command.Cli, opts options.Deploy, cfg *composetypes.Config) error
- func RunPS(dockerCli command.Cli, opts options.PS) error
- func RunRemove(dockerCli command.Cli, opts options.Remove) error
- func RunServices(dockerCli command.Cli, opts options.Services) error
Constants ¶
View Source
const ( ResolveImageAlways = "always" ResolveImageChanged = "changed" ResolveImageNever = "never" )
Resolve image constants
Variables ¶
This section is empty.
Functions ¶
func DeployBundle ¶
DeployBundle deploy a bundlefile (dab) on a swarm.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.