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
|
||||
|
||||
Taken together, these new Compose features and deployment options can help when
|
||||
mapping out distributed applications and clustering strategies. Rather than
|
||||
thinking about running individual containers, we can start to model deployments
|
||||
as Docker stacks and services.
|
||||
Taken together, these new options can help when you want to configure an app to
|
||||
run its component functions across multiple servers, and use swarm mode for load
|
||||
balancing and performance. Rather than thinking about running individual
|
||||
containers, we can start to model deployments as application stacks and
|
||||
services.
|
||||
|
||||
### Compose file reference
|
||||
|
||||
|
|
Loading…
Reference in New Issue