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:
Victoria Bialas 2017-04-28 12:47:30 -07:00 committed by GitHub
parent 71f06d8f96
commit 2e49c74ce7
1 changed files with 1 additions and 1 deletions

View File

@ -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