File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM jupyterhub/jupyterhub-onbuild:0.6.1
66RUN /opt/conda/bin/pip install \
77 jupyterhub==0.6.* \
88 oauthenticator==0.4.* \
9- dockerspawner==0.3 .*
9+ dockerspawner==0.4 .*
1010
1111# Copy TLS certificate and key
1212ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This deployment is **NOT** intended for a production environment.
2626## Prerequisites
2727
2828* This deployment uses Docker for all the things, via [ Docker Compose] ( https://docs.docker.com/compose/overview/ ) .
29- It requires [ Docker Toolbox ] ( https://www .docker.com/products/docker-toolbox ) 1.11 .0 or higher.
29+ It requires [ Docker Engine ] ( https://docs .docker.com/engine ) 1.12 .0 or higher.
3030 See the [ installation instructions] ( https://docs.docker.com/engine/installation/ ) for your environment.
3131* This example configures JupyterHub for HTTPS connections (the default).
3232 As such, you must provide TLS certificate chain and key files to the JupyterHub server.
Original file line number Diff line number Diff line change 2727c .DockerSpawner .network_name = network_name
2828# Pass the network name as argument to spawned containers
2929c .DockerSpawner .extra_host_config = { 'network_mode' : network_name }
30- c .DockerSpawner .extra_start_kwargs = { 'network_mode' : network_name }
3130# Explicitly set notebook directory because we'll be mounting a host volume to
3231# it. Most jupyter/docker-stacks *-notebook images run the Notebook server as
3332# user `jovyan`, and set the notebook directory to `/home/jovyan/work`.
You can’t perform that action at this time.
0 commit comments