mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
This fix tries to address the issue raised in 26090 where remote API `POST /services/(id or name)/update` cannot use `name` to update. This is not consistent with the documentation of the remote API. This fix fixes this issue by performing a lookup with `getService` in case `name` instead of `id` is used in API. This fix adds an integration test to cover the changes. This fix fixes 26090. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 80e3975117161ae4ce00cc34c7e2b70e45ee43c5 Component: engine