microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.21k stars 515 forks source link

"no items found" using docker vs-code extension with snap #4093

Closed hbonnavaud closed 1 year ago

hbonnavaud commented 1 year ago

Hi, I'm using Docker extension on VS Code. Both of them has been installed using snap. However, the solution proposed here https://github.com/microsoft/vscode-docker/issues/3821#issuecomment-1441210011 bring me into another problem "Failed to connect. Is docker installed?"

I also tried to put this path to "/snap/bin/docker" but I still have the "no items found" problem, but when I type "/snap/bin/docker images" in the terminal it shows me a bunch of it.

Any ideas?

hbonnavaud commented 1 year ago

I had to install docker-desktop and not docker to make it work.