Merge pull request #1469 from londoncalling/more-voting-app-tweaks

improved voting app intro
This commit is contained in:
Victoria Bialas 2017-02-01 14:12:19 -08:00 committed by GitHub
commit 3a877398f1
1 changed files with 5 additions and 4 deletions

View File

@ -269,10 +269,11 @@ Version 3 compatible applications.
### Docker stacks and services ### Docker stacks and services
Taken together, these new Compose features and deployment options can help when Taken together, these new options can help when you want to configure an app to
mapping out distributed applications and clustering strategies. Rather than run its component functions across multiple servers, and use swarm mode for load
thinking about running individual containers, we can start to model deployments balancing and performance. Rather than thinking about running individual
as Docker stacks and services. containers, we can start to model deployments as application stacks and
services.
### Compose file reference ### Compose file reference