Yuvi
Yuvi
A separate `--expose` command or something similar seems ok to me - primarily from the perspective of separating build time parameters from run time ones. But want to make sure...
I think the general upgrade strategy is to run the installer again, and that 'ensures' everything to where it should be. This means we need a way in the installer...
I just ran into this again. Anyone else interested in picking this up?
I think explicitly invoking the shell us the right thing to do. && Is a shell feature, not inherent to starting processes in Linux. We *could* launch with a shell...
I think part of the problem is that installing pandoc increases the size of the base image significantly (by more than a gig or so I think?), also slowing down...
+1 on adding it to binder-examples as a minimum start. Should we start a FAQ for a 'known issues' type document?
@civodul Thank you for your explanations - that sounds good enough to me. Let's working on getting stuff outside of $HOME and work towards getting this deployed! \o/ If you...
I opened an issue about my preferred solution to this here: https://github.com/jupyterhub/kubespawner/issues/421.
If I run `repo2docker -p 8788:8787 /usr/lib/rstudio-server/bin/rserver` on my local machine, I can access rstudio on localhost:8788
Adding aliases is easy now with https://jupyter-server-proxy.readthedocs.io/