-
Notifications
You must be signed in to change notification settings - Fork 198
Description
Looking at the amazing work @eitsupi and @revodavid have done with devcontainer standard (particularly for deploy on codespaces, which looks rather promising in some contexts), I'm wondering if we should support more of that boilerplate here. Not sure if that would b best as an additional image in the stack or (probably better) an additional bash script in rocker_scripts
that can bundle up at least some of the additional things that get added to the devcontainer Dockerfile and debian script.
(There's also a lot in there I haven't quite wrapped my head around or am unsure about. e.g. see revodavid/devcontainers-rstudio#1, I'm not sure that we want to use separate users vscode
and rstudio
on the same VM? seems to create a minor issue for git too?) Thoughts / ideas / objections welcome!