|
|
|
|
|
by mikewhy
1730 days ago
|
|
I looked into this when setting up a new machine. Well, not exactly openvscode but code-server. I have the same questions I had when investigating that: - with docker, how would you install eg. node and go binaries? - with docker, how would you set up some dotfiles? - how do you map remote ports to your local machine? I ended up going with VSCode Remote (SSH), and am loving it. But I still think I'd be happier with a pure browser experience. |
|
If you want to run a web app through a domain with SSL then it's trivial to setup a nginx proxy container.
It takes minutes to spin up a new dev environment with everything setup out of the box including environment variables and access tokens.