jupyter / tmpnb

Creates temporary Jupyter Notebook servers using Docker containers. [DEPRECATED - See BinderHub project]
https://github.com/jupyterhub/binderhub
BSD 3-Clause "New" or "Revised" License
528 stars 123 forks source link

Use docker v.2 instead of docker-py (v.1), first attempt #275

Closed misolietavec closed 7 years ago

misolietavec commented 7 years ago

Really first attempt, based on changes from docker-py (v 1.x) to docker (v. 2.x) specified in issue #274. Seems to work, but I made this change without deep understanding of source code in dockworker.py. Now I am testing it on server with pool of 20 workers, each of us can see it on jupymike server.Will leave it running for at least 24 hours.

misolietavec commented 7 years ago

Not so important :-)