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

Add functionality to mount host directory as data volume #197

Closed captainsafia closed 8 years ago

captainsafia commented 8 years ago

Closes #101.

Debugging something but it's good for at least a WIP PR.

cc: @rgbkrk @koldunovn

captainsafia commented 8 years ago

Error was user related. This is ready for review.

rgbkrk commented 8 years ago

This does of course mean every user can change what's in those directories, deleting, adding, etc, unless one specifies them as read-only. It would be good to add that to the docs.

captainsafia commented 8 years ago

Hm. I'll do you one better and and a command line option for configuring permissions on each mounted directory.

captainsafia commented 8 years ago

Alright. Check it out, @rgbkrk.