mirror of https://github.com/docker/docs.git
Merge pull request #1469 from londoncalling/more-voting-app-tweaks
improved voting app intro
This commit is contained in:
commit
3a877398f1
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue