Remote containers: connecting to docker container on remote docker daemon very slow #3303
Labels
bug
Issue identified by VS Code Team member as probable bug
containers
Issue in vscode-remote containers
upstream
Issue identified as 'upstream' component related (exists outside of VS Code Remote)
Steps to Reproduce:
I am connecting to a docker container on a remote host via the remote-containers extension
docker.host
tossh://remote_host
after which the extension will be able to communicate with the docker daemon on the remote hostIf i follow a slightly different sequence of steps, I am able to get this running much faster
ssh -L localhost:6066:/var/run/docker.sock remote_machine
docker.host
in vscode totcp://localhost:6066
Why is the second version so much faster? I guess that the sequence of steps that VS code does internally is pretty similar to binding the remote docker daemon locally, so why is it much slower?
Does this issue occur when you try this locally?: NA
Does this issue occur when you try this locally and all extensions are disabled?: NA
The text was updated successfully, but these errors were encountered: