Description
When I try to inspect the image and hint for image tags, the completion duplicates image name
Steps to reproduce the issue:
- pull any image, e.g.
docker pull debian
- type
docker inspect debian:
- press TAB
Describe the results you received:
user@localhost:~$ docker inspect debian:debian:latest
Describe the results you expected:
user@localhost:~$ docker inspect debian:latest
Output of docker version:
Docker version 17.07.0-ce, build 8784753