package swarm
import "github.com/docker/cli/cli/command/stack/swarm"
Index ¶
- Constants
- func GetServices(dockerCli command.Cli, opts options.Services) ([]swarm.Service, 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
Constants ¶
const ( ResolveImageAlways = "always" ResolveImageChanged = "changed" ResolveImageNever = "never" )
Resolve image constants
Functions ¶
func GetServices ¶
GetServices is the swarm implementation of listing stack services
func GetStacks ¶
GetStacks lists the swarm stacks.
func RunDeploy ¶
RunDeploy is the swarm implementation of docker stack deploy
func RunPS ¶
RunPS is the swarm implementation of docker stack ps
func RunRemove ¶
RunRemove is the swarm implementation of docker stack remove
Source Files ¶
common.go deploy.go deploy_composefile.go list.go ps.go remove.go services.go
- Version
- v23.0.10+incompatible
- Published
- Jan 25, 2024
- Platform
- windows/amd64
- Imports
- 20 packages
- Last checked
- now –
Tools for package owners.