mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
Change `docker service update` to replace attributes of the target service rather than augment them. One particular occurrence where the previous behavior proved problematic is when trying to update a port mapping: the merge semantics provided no way of removing published ports, but strictly of adding more. The utility merge* functions where renamed accordingly to update*. Signed-off-by: Arnaud Porterie (icecrime) <arnaud.porterie@docker.com> Upstream-commit: 1f8ab93b4422a88ef3053105c17acf1933576fbe Component: engine