mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
67246afd3d
When updates happen, the current behavior is to kill all running instances and dispatch new tasks. Common use cases for container updates involve small numbers of containers, meaning the app will go down on most updates. Setting parallelism to 1 ensures that at most one task will go down during the update. Services with higher replica counts can increase this number accordingly to meet their needs. Signed-off-by: Stephen J Day <stephen.day@docker.com> |
||
---|---|---|
.. | ||
client | ||
fixtures | ||
server | ||
types/backend | ||
common.go | ||
common_test.go | ||
README.md |
This directory contains code pertaining to the Docker API:
-
Used by the docker client when communicating with the docker daemon
-
Used by third party tools wishing to interface with the docker daemon