Files
docker-stacks/README.md
The Gitter Badger 9d330ffe7b Added Gitter badge
2015-08-20 11:32:57 +00:00

1.5 KiB

docker-stacks

Join the chat at https://gitter.im/jupyter/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 should work in most cases:

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.

Available Stacks

Docker Hub repo GitHub source
jupyter/minimal-notebook minimal-notebook
jupyter/scipy-notebook scipy-notebook
jupyter/r-notebook r-notebook
jupyter/all-spark-notebook all-spark-notebook
jupyter/pyspark-notebook pyspark-notebook