mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
This fix tries to address the issue raised in 24270 where it was not possible to have a partial name match when list services with name filter. This fix updates swarmkit and allows prefix search when name is provided as the filter for listing services. An additional integration test is added to cover the changes. This fix fixes 24270. Note: A separate pull request will be opened on swarmkit. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 1d600ebcb5750c4c93356fae08e562d836ecee45 Component: engine