mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
When the user is not using the full has to retrieve a container it's possible that we find conflicts with the ids of other containers. At the moment it's just failing saying that it can not find a container, but it doesn't say why. Adding a small log saying that duplicates where found is going to help the user. Closes #8098 Signed-off-by: Alex Gonzalez <agonzalezro@gmail.com> Upstream-commit: be27d97118764db994fbaf3632225a691c7418fb Component: engine