# 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/ ``` ## 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](https://docs.docker.com/installation/) on your host of choice. 2. Click the folder for your desired stack on GitHub. 3. Follow the README in that stack.