formulahendry / vscode-docker-explorer

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

configure dockerhub registry for windows toolbox boot2docker? #32

Open laurencefass opened 6 years ago

laurencefass commented 6 years ago

I want to connect vscode to manage an arbitrary docker registry with exposed API. I'm running vscode on a windows 10 host with docker windows toolbox (i.e. through docker-machine and boot2docker). the docker registry is running virtual machine.

vscode docker explorer sidebar observations:

thanks

laurencefass commented 6 years ago

i have partial functionality available by setting DOCKER_HOST = tcp:/url:port on the windows host. Containers displaying ok but no images. raising a separate issue.