You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up a remote SSH server. On that remote server, we are building a development environment using Docker.
I want to connect to the development dockerContainer on the remote server after connecting to my remote server.
Currently, vscode seems to be impossible to open remote-container after SSH connection.
I hope this will be possible and will allow multiple connections.
SSH-forwarding docker.sock on the remote machine and specifying it as DOCKER_HOST on the local machine does not meet my needs. This is because the volume system of the remote machine file system cannot be mounted.
The text was updated successfully, but these errors were encountered:
I set up a remote SSH server. On that remote server, we are building a development environment using Docker.
I want to connect to the development dockerContainer on the remote server after connecting to my remote server.
Currently, vscode seems to be impossible to open remote-container after SSH connection.
I hope this will be possible and will allow multiple connections.
SSH-forwarding docker.sock on the remote machine and specifying it as DOCKER_HOST on the local machine does not meet my needs. This is because the volume system of the remote machine file system cannot be mounted.
The text was updated successfully, but these errors were encountered: