jupyterhub-deploy-docker
jupyterhub-deploy-docker copied to clipboard
Reference deployment of JupyterHub with docker
_From @inkrement on January 24, 2018 7:43_ I basically, tried to run the [Jupyterhub/docker-demo](https://github.com/jupyterhub/jupyterhub-deploy-docker), but upgraded to the newest docker-versions. The server itself and Github-OAuth work fine, but when I...
*Edited* maybe some problems on the proxy: the “PORTS ” of the user‘s containmer is “8888/tcp ”? ### 1 the logs of jupyterhub‘s container as follows: ``` [E 2018-01-12 21:46:49.248...
This issue might be related to #55 Hello everybody, I basically followed your instructions, but made a few adjustments. The issue is that the notebook container doesn't respond. ``` jhub...
@minrk @jhamrick Extended `jupyterhub-deploy-docker` to make it work with `nbgrader`. Changes to make it work with nbgrader were not trivial and I think others might be benefit from it. However,...
I have a working jupyterhub installation (based mostly on Andrea Zonca's instructions [https://zonca.github.io/2016/04/jupyterhub-sdsc-cloud.html] and it worked flawlessly for a machine-learning workshop. However, I now want to upgrade to using jupyterlab...
Still relatively new to Docker, and it's moving so fast it's a little hard to find up to date information on best practices / how something like running Docker inside...
Running `make build` to build the container for the hub fails during the installation of Docker via the script from https://get.docker.com. It seems `apt-get install -y -q apt-transport-https ca-certificates` tries...
suppose a user named bob signed in with github, how to spwan a bob container with DOCKER_NOTEBOOK_DIR to /home/bob/work?
For my use case, I need to install and launch a tomcat server inside the notebook container. This server will interact with the notebook server via a notebook widget. I...
I'm running v 5.0.0-dev of the notebook with v 0.9.1 of JupyterLab, which is running with v. 0.7b1 of JupyterHub and deployed using this jupyterhub-deploy-docker approach. I can access /...