copyedit of mdash, miscellaneous (#3584)

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-06-12 19:33:43 -07:00 committed by GitHub
parent b60dd6facb
commit 209bfaf52d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ the background after a user uploads something, a service for the front-end, and
so on.
Services are really just "containers in production." A service only runs one
image, but it codifies the way that image runs&8212;what ports it should use,
image, but it codifies the way that image runs&#8212;what ports it should use,
how many replicas of the container should run so the service has the capacity it
needs, and so on. Scaling a service changes the number of container instances
running that piece of software, assigning more computing resources to the