-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permit use of Remote Container using SSH transport #636
Comments
@chrmarti @zoredache This is coming from one our dependencies This is a dependency of |
Tracked in There is already a PR. |
Would this merged PR for it be enoguh ? |
@igorbb Yes, we need a new version of |
This works with the latest version of docker-modem when used with the ssh-agent for authentication. Ideally it would also support reading from the user's ssh config. I have filed apocas/docker-modem#113 for this. |
Still need to check using DOCKER_HOST and authentication on Windows (https://github.com/microsoft/vscode-docker/blob/836a76500c1e3edaadccdea944dec31b3e586c2c/src/utils/refreshDockerode.ts#L77). |
Recent versions of docker (1809+) can work with remotes by setting a value for
DOCKER_HOST
that looks like this.If you run VSCode with verbose mode I get an error about my
DOCKER_HOST
.Using SSH as a transport for remote docker usage tends to be far easier to configure compared with tls/tcp transports. Please add this functionality to the extension.
The text was updated successfully, but these errors were encountered: