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 122 forks source link

Document using tmpnb against a swarm cluster #167

Open rgbkrk opened 9 years ago

rgbkrk commented 9 years ago

Two modes:

rgbkrk commented 9 years ago

Part of this is in https://github.com/jupyter/tmpnb/pull/154, working on a real document now.

KimStebel commented 9 years ago

For the second mode, do you need to do anything differently from how you would normalle start tmpnb?

rgbkrk commented 9 years ago

tmpnb needs to be able to access the certs and have the docker configuration passed in (with the same environment variables you come to expect with docker machine).

olaurino commented 7 years ago

So are there any docs on how to run tmpnb against a swarm?