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

Question: How to integrate Docker Swarm? #261

Open rwmajor2 opened 7 years ago

rwmajor2 commented 7 years ago

Folks,

I am just getting into Docker and Notebooks and have used this repo for a basic setup. However, I would like to integrate Docker Swarm for the notebook containers. I have searched the previous issues to understand how to work with Docker swarm but still a couple of pieces are confusing.

I was wondering if someone could list the steps or calls to integrate with a Docker Swarm, assuming I have 3 servers at my disposal.

Thanks.