Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.19 KB

docker pulls docker stars build status image size image layers

JHU Data Science Jupyter Notebook Docker image

https://store.docker.com/community/images/jhudatascience/docker-notebook

Quick start

# basic startup
docker run -it --rm -p 8888:8888 jhudatascience/docker-notebook

# mount a local directory into the container
docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan/work jhudatascience/docker-notebook

# or via docker-compose
docker-compose up

Getting started

If this is your first time using Docker, do the following to get started.

  1. Install Docker on your host of choice.

References

This Dockerfile is derived from the following: