mirror of https://github.com/docker/docs.git
copyedit of mdash, miscellaneous (#3584)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
b60dd6facb
commit
209bfaf52d
|
@ -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—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
|
||||
|
|
Loading…
Reference in New Issue