mirror of https://github.com/docker/docs.git
Merge pull request #1219 from londoncalling/vote-app-fix-links-again
fixed a link to Docker Labs
This commit is contained in:
commit
f31e20e490
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
description: Customize the voting app
|
description: Customize the voting app
|
||||||
keywords: multi-container, services, swarm mode, cluster, voting app, docker-stack.yml, docker stack deploy
|
keywords: multi-container, services, swarm mode, cluster, voting app, docker-stack.yml, docker stack deploy
|
||||||
title: Tour the voting app sample
|
title: Customize the app and redeploy
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -70,8 +70,7 @@ did not change.
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
* A deeper dive voting app walkthrough is available on
|
* A deeper dive voting app walkthrough is available on
|
||||||
[Docker Labs](https://github.com/docker/labs/) as [Deploying an app to a Swarm]
|
[Docker Labs](https://github.com/docker/labs/) as [Deploying an app to a Swarm](https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md).
|
||||||
(https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md).
|
|
||||||
The lab walkthrough provides more technical detail on deployment configuration,
|
The lab walkthrough provides more technical detail on deployment configuration,
|
||||||
Compose file keys, the application, stack and services concepts, and
|
Compose file keys, the application, stack and services concepts, and
|
||||||
networking.
|
networking.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
description: overview of voting app example
|
description: overview of voting app example
|
||||||
keywords: docker-stack.yml, stack deploy, compose, multi-container, services, swarm mode, cluster, voting app,
|
keywords: docker-stack.yml, stack deploy, compose, multi-container, services, swarm mode, cluster, voting app,
|
||||||
title: Define and deploy your app
|
title: Tour the voting app
|
||||||
---
|
---
|
||||||
|
|
||||||
This example is built around a web-based voting application that collects,
|
This example is built around a web-based voting application that collects,
|
||||||
|
|
Loading…
Reference in New Issue