Y
Hacker News
new
|
ask
|
show
|
jobs
by
JoyrexJ9
1375 days ago
Sounds a lot like VS Code devcontainers
https://code.visualstudio.com/docs/remote/containers
1 comments
janosdebugs
1375 days ago
Not exactly, VS Code devcontainers work by directly interfacing with the container environment. If you don't trust the connecting party with direct access, you can use ContainerSSH. One use case would be a shared development environment.
link