vscode-remote-release icon indicating copy to clipboard operation
vscode-remote-release copied to clipboard

Install vscode-server via docker

Open MarkSFrancis opened this issue 2 years ago • 6 comments

I'd love to see an official docker container for vscode-server.

A maintained docker container would make installing and maintaining vscode-server much easier for me, and also bring huge security enhancements with it. If I don't use a container, I'd be exposing my entire server's file system to vscode-server (unless I use something like a VM), which is not desired behaviour.

MarkSFrancis avatar Sep 14 '22 08:09 MarkSFrancis

I suspect https://github.com/microsoft/vscode-remote-release/issues/7018 is going to be a blocker at the moment to being able to fully dockerize it.

extrobe avatar Sep 24 '22 22:09 extrobe

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

vscodenpa avatar Sep 27 '22 19:09 vscodenpa

:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

vscodenpa avatar Oct 01 '22 03:10 vscodenpa

Why would you not just map the .vscode-server into the container through your run command? Connecting to containers is trivial that way and there is no reason to pollute your dockerfile

KrisJanssen avatar Oct 21 '22 19:10 KrisJanssen

I've managed to get this working here: https://github.com/ahmadnassri/docker-vscode-server, but as @extrobe pointed out, it's not at 100%

ahmadnassri avatar Jun 10 '23 17:06 ahmadnassri

any updates on this?

julian-di avatar Apr 26 '24 10:04 julian-di