-
Notifications
You must be signed in to change notification settings - Fork 308
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
Investigate attaching to container when connected with Remote-SSH #4072
Comments
Got it working with the following limitations:
An easy to configure performance improvement is #3938. |
@chrmarti Docker engine is only a secured server. The correct DOCKER_HOST doesn't promise connectivity. Port 2375 and no-tls are not the default. |
Hey how can we verify this? |
You need an SSH server with Docker installed. If you don't have one you can (works on Mac / Linux, I need to check on Windows):
Once you have an SSH server with Docker installed:
|
Thanks @chrmarti. I am looking at this one now. |
@chrmarti, I am not seeing the newly started container in the |
@lszomoru I forgot: You need to open a folder on the SSH server. (tracked with microsoft/vscode#111371) |
@chrmarti, now I see the container but when I try to attach I get in this loop as the container does not seem to be running: |
@lszomoru My bad, you need to start it with a process that keeps running: |
Following up on an earlier discussion. /cc @bamurtaugh
The text was updated successfully, but these errors were encountered: