...

Text file src/github.com/docker/cli/e2e/stack/testdata/stack-deploy-help.golden

Documentation: github.com/docker/cli/e2e/stack/testdata

     1
     2Usage:  docker stack deploy [OPTIONS] STACK
     3
     4Deploy a new stack or update an existing stack
     5
     6Aliases:
     7  docker stack deploy, docker stack up
     8
     9Options:
    10  -c, --compose-file strings   Path to a Compose file, or "-" to read
    11                               from stdin
    12      --prune                  Prune services that are no longer referenced
    13      --resolve-image string   Query the registry to resolve image digest
    14                               and supported platforms ("always",
    15                               "changed", "never") (default "always")
    16      --with-registry-auth     Send registry authentication details to
    17                               Swarm agents

View as plain text