mirror of https://github.com/docker/docs.git
Removed references to examples that no longer exist (#9781)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
This commit is contained in:
parent
f0a388d42c
commit
07b6c614e4
|
@ -24,6 +24,11 @@ how to upgrade, see **[About versions and upgrading](compose-versioning.md)**.
|
|||
|
||||
## Compose file structure and examples
|
||||
|
||||
Here is a sample Compose file from the voting app sample used in the
|
||||
[Docker for Beginners lab](https://github.com/docker/labs/tree/master/beginner/)
|
||||
topic on [Deploying an app to a
|
||||
Swarm](https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md):
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading collapsed" data-toggle="collapse" data-target="#collapseSample1" style="cursor: pointer">
|
||||
Example Compose file version 3
|
||||
|
@ -133,20 +138,6 @@ a section in the configuration file such as `build`, `deploy`, `depends_on`,
|
|||
sub-topics. This maps to the `<key>: <option>: <value>` indent structure of the
|
||||
Compose file.
|
||||
|
||||
A good place to start is the [Getting Started](/get-started/index.md) tutorial
|
||||
which uses version 3 Compose stack files to implement multi-container apps,
|
||||
service definitions, and swarm mode. Here are some Compose files used in the
|
||||
tutorial.
|
||||
|
||||
- [Your first docker-compose.yml File](/get-started/part3.md#your-first-docker-composeyml-file)
|
||||
|
||||
- [Add a new service and redeploy](/get-started/part5.md#add-a-new-service-and-redeploy)
|
||||
|
||||
Another good reference is the Compose file for the voting app sample used in the
|
||||
[Docker for Beginners lab](https://github.com/docker/labs/tree/master/beginner/)
|
||||
topic on [Deploying an app to a
|
||||
Swarm](https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md). This is also shown on the accordion at the top of this section.
|
||||
|
||||
## Service configuration reference
|
||||
|
||||
The Compose file is a [YAML](http://yaml.org/) file defining
|
||||
|
|
Loading…
Reference in New Issue