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
First of all, the remote-ssh extension is a fantastic feature that allows our developers to seamlessly remote into our Linux development servers and develop in house applications.
The only issue we have is that the remote Linux server still needs administrators to manage the needed software to support development on those dev servers. This is one of the big problems that Docker solves. We can build images that have standardized toolsets needed by the developers. Unfortunately, if we have the developers log into the dev server and start up the container, they no longer have an awesome IDE to develop with.
Currently, it appears that the VSCode remote extensions will only allow us to either remote-ssh into the remote linux server or remote-container into a docker container (requires Docker desktop).
What we really need is to be able to remote-ssh to the linux server, start up a container there, and remote-container into it. This seems to be similar to how the new GitHub Codespaces work from my understanding.
Maybe this is already possible, and I am not configuring it correctly.
The text was updated successfully, but these errors were encountered:
Thank you for the response. Do you mean setup ssh inside the container on a non 22 port and adjust my ssh config to include the port for the container? Would need to have the container running before remoting. Would the vscode extensions (remote, language servers, etc) configure properly inside the container or would I need to make sure my user exists inside the container?
First of all, the remote-ssh extension is a fantastic feature that allows our developers to seamlessly remote into our Linux development servers and develop in house applications.
The only issue we have is that the remote Linux server still needs administrators to manage the needed software to support development on those dev servers. This is one of the big problems that Docker solves. We can build images that have standardized toolsets needed by the developers. Unfortunately, if we have the developers log into the dev server and start up the container, they no longer have an awesome IDE to develop with.
Currently, it appears that the VSCode remote extensions will only allow us to either remote-ssh into the remote linux server or remote-container into a docker container (requires Docker desktop).
What we really need is to be able to remote-ssh to the linux server, start up a container there, and remote-container into it. This seems to be similar to how the new GitHub Codespaces work from my understanding.
Maybe this is already possible, and I am not configuring it correctly.
The text was updated successfully, but these errors were encountered: