Skip to content

Commit 4c896ff

Browse files
author
Justin Tyberg
committed
Do not pass host config options as start keyword args.
* Docker 1.12+ does not support host config options at container start. (c) Copyright IBM Corp. 2016
1 parent 575787f commit 4c896ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyterhub_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
c.DockerSpawner.network_name = network_name
2828
# Pass the network name as argument to spawned containers
2929
c.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`.

0 commit comments

Comments
 (0)