mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
1.5 KiB
1.5 KiB
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.
- Install Docker on your host of choice.
- Click the folder for your desired stack on GitHub.
- Follow the README in that stack.