vscode-docker-explorer
vscode-docker-explorer copied to clipboard
Docker Images section not working if image ID downloaded twice
Sometimes two different docker repository addresses refer to the same image id.
Hence if you pull both images and end up having one image id twice, then the Explorer section "Docker Images" does not display anything.
When I try to refresh the section, the following error is thrown:
Element with id <image_id> is already registered
I have the same problem,
the list should be shown, as docker images command works correctly
images can be tagged to have more user friendly names, in this case they have also the same ID while the list contains more than one element with the ID
No reaction since October :-(
I still get this as well
Anyone?
Can confirm this.
$ docker ps
...
httpd 2.4 1132a4fc88fa 3 weeks ago 143MB
httpd latest 1132a4fc88fa 3 weeks ago 143MB
...
Error message:
Element with id 1132a4fc88fa is already registered
Can also confirm this.
$ docker images
...
hyperledger/fabric-ca 1.4 152b9082adf6 17 months ago 158MB
hyperledger/fabric-ca 1.4.8 152b9082adf6 17 months ago 158MB
hyperledger/fabric-ca latest 152b9082adf6 17 months ago 158MB
....
Element with id 152b9082adf6 is already registered