We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575787f commit 4c896ffCopy full SHA for 4c896ff
jupyterhub_config.py
@@ -27,7 +27,6 @@
27
c.DockerSpawner.network_name = network_name
28
# Pass the network name as argument to spawned containers
29
c.DockerSpawner.extra_host_config = { 'network_mode': network_name }
30
-c.DockerSpawner.extra_start_kwargs = { 'network_mode': network_name }
31
# Explicitly set notebook directory because we'll be mounting a host volume to
32
# it. Most jupyter/docker-stacks *-notebook images run the Notebook server as
33
# user `jovyan`, and set the notebook directory to `/home/jovyan/work`.
0 commit comments