Peter Parente 6ac874bd6b Make NotebookApp.ip and .port configurable
Necessary when running Docker with --net=host to avoid unknown port jumps and exposure on all host interfaces

(c) Copyright IBM Corp. 2015
2015-08-11 16:35:02 -04:00
2015-07-15 10:30:00 -05:00
2015-07-15 10:30:00 -05:00

docker-stacks

Opinionated stacks of ready-to-run Jupyter applications in Docker.

Quick Start

If you already have Docker configured and know exactly what you'd like to run, this one-liner is for you:

docker run -d -P jupyter/<your desired stack>

Getting Started

If this is your first time using Docker or any of the Jupyter projects, do the following to get started.

  1. Install Docker on your host of choice.
  2. Click the folder for your desired stack on GitHub.
  3. Follow the README in that stack.
Description
Languages
Python 67.3%
Dockerfile 15.5%
Shell 11.1%
Jupyter Notebook 3.6%
Makefile 2.5%