everware / jupyterhub

Multi-user server for Jupyter notebooks
Other
1 stars 3 forks source link

We can now deploy everware inside a docker container #15

Closed betatim closed 7 years ago

betatim commented 8 years ago

Build the image with docker build -t everware/everware-demo . in the jupyterhub directory.

Then run it with:

docker run -ti --rm --net host -v /var/run/docker.sock:/docker.sock -p 8000 everware/everware-demo

There should now be something on port 8000 on localhost (or on boot2docker ip).

The config file might still be suboptimal/in need of improvement.

betatim commented 8 years ago

Need to add a commit that adds this to the README.md

ibab commented 8 years ago

This is very nice. Can confirm that it works.