I'm unable to configure the VSCode Docker extension by Microsoft to connect to a docker-machine via setting of the DOCKER_HOST environment variable.
.zshrc
export DOCKER_HOST="tcp://192.168.99.100:2376"
I have:
- Run
source ~/.zshrcand restarted VSCode - Logged out and reopen VSCode
Has anyone else run into this issue before and found a fix?
