mirror of https://github.com/docker/docs.git
Updated links to more info on stack files (#3104)
* Updated links to more info on stack files ### what's changed Updated x-refs to more info on `docker stack deploy` and stack files (to disambiguate from Docker Cloud stack files) ### Reviewers @alberto @caylorme @stevvooe * fixed link to deploy key * added x-refs and fixed more links * copyedits
This commit is contained in:
parent
71f06d8f96
commit
2e49c74ce7
|
@ -8,7 +8,7 @@ title: Docker Cloud stack file YAML reference
|
|||
|
||||
A stack is a collection of services that make up an application in a specific environment. Learn more about stacks for Docker Cloud [here](stacks.md). A **stack file** is a file in YAML format that defines one or more services, similar to a `docker-compose.yml` file for Docker Compose but with a few extensions. The default name for this file is `docker-cloud.yml`.
|
||||
|
||||
[Looking for information on stack files for Swarm?](/compose/compose-files/index.md).
|
||||
**Looking for information on stack files for Swarm?** A good place to start is the [Compose reference file](/compose/compose-file/index.md), particularly the section on `deploy` key and its sub-options, and the reference on [Docker stacks](/compose/bundles.md). Also, the new [Getting Started tutorial](/get-started/index.md) demos use of a stack file to deploy an application to a swarm.
|
||||
|
||||
## Stack file example
|
||||
|
||||
|
|
Loading…
Reference in New Issue