formulahendry / vscode-docker-explorer

Docker Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.docker-explorer
MIT License
48 stars 20 forks source link

images not shown in sidebar #34

Open laurencefass opened 6 years ago

laurencefass commented 6 years ago

on enabling this module i can see containers but no images in the sidebar.

when i click refresh on the "Images" tab title there is no console output nor network activity.

there also appears to be no search option on the images tab (as there is with containers).

jwallander commented 6 years ago

I have the same problem. Docker images section in Docker Explorer empty. The images are shown in Docker extension.

Docker Version 18.05.0-ce-win67 (18263) Windows containers with "experimental": true, "graph": "D:\Docker"

Win 10 Pro 1803 VSC 1.24.0

freddydk commented 5 years ago

I have the same and I think the reason is, that I have two images with the same ID. It is of course the same image, just two different tags for the same image. image When refreshing images, I get this error in the VS Code corner image As soon as I untag one of the images, the images list appears

NKarolak commented 5 years ago

the reason is, that I have two images with the same ID

True, same here (I did not discover this issue earlier, hence I created a new one): https://github.com/formulahendry/vscode-docker-explorer/issues/48