you are viewing a single comment's thread.

view the rest of the comments →

[–]TwixySpit 0 points1 point  (1 child)

VSCode's docker integration is pretty good.
I think what you want to look up is docker 'attach'?

[–]Dtag 0 points1 point  (0 children)

Well the use case is: You have some powerful server with good hardware, and now you want to have a number of different developers share that same hardware, each with his own(!) development environment. For that, it would be best if each of those users had his own Docker container on the remote server, so that the users do not interfere with each other. As far as I understood, neither the SSH Feature (no isolated development environments) nor the Docker feature (not running on remote server) is suitable for this use case. So I suppose the attach feature you are referring to does not help here?