mirror of
https://github.com/moby/moby.git
synced 2026-07-03 21:28:46 +00:00
The --name flag was inadvertently added to docker service update, but is not supported, as it has various side-effects (e.g., existing tasks are not renamed). This removes the flag from the service update command. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>