Commit Graph

16 Commits

Author SHA1 Message Date
M. Pilosov
7a8931e74c stable. 2019-01-03 15:54:55 -07:00
M. Pilosov
0dc860068a everything now working from a centralized place. 2019-01-03 14:39:12 -07:00
M. Pilosov
46263c24e3 everything works on master perfectly. 2019-01-03 09:47:52 -07:00
M. Pilosov
b2c33c7549 working 2019-01-03 02:17:00 -07:00
M. Pilosov
88ba451f37 jupyterhub config hash 2019-01-03 02:05:58 -07:00
Michael Pilosov
37f78caac4 permissions. 2019-01-03 04:53:17 +00:00
Michael Pilosov
5b0d688437 volumes now mounted with correct permissions 2019-01-02 21:19:52 +00:00
Michael Pilosov
8473a44985 updates to working config with spawner. 2018-12-28 04:09:31 +00:00
Cocoa Oikawa
5fc9d78a1f
in case of newline at the end of userlist file
It's a habit for some developers to append a newline at the end of the file, but line 82 did not take this into consideration. And the consequence is that JupyterHub would keep restarting.
2018-07-05 15:20:50 +08:00
Thomas Krijnen
807f82b24f
volume_driver is no longer a keyword argument to create_container()
Probably on account of https://github.com/docker/docker-py/issues/1543
2018-02-19 17:03:28 +01:00
Min RK
6917060215 use postgres for the database 2017-08-02 22:26:29 +02:00
Justin Tyberg
4c896ffe64 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
2016-08-01 16:58:01 -04:00
Min RK
9e10f27b38 allow configuring the notebook directory
Makes it a bit easier if the image isn't based on docker-stacks.
2016-05-12 16:32:59 +02:00
Justin Tyberg
65c2a7c3da Connect to Docker daemon on host through Unix socket.
Use Unix socket on host to communicate with daemon instead of
setting DOCKER_HOST and connecting using TLS over public IP.

(c) Copyright IBM Corp. 2016
2016-05-09 20:26:20 -04:00
Justin Tyberg
e1b9f8ed9a Rename DOCKER_CONTAINER_IMAGE => DOCKER_NOTEBOOK_IMAGE
(c) Copyright IBM Corp. 2016
2016-04-19 12:21:46 -04:00
Justin Tyberg
73163c76b9 Initial version.
(c) Copyright IBM Corp. 2016
2016-04-14 15:17:14 -04:00