Using Docker

We provide all the Docker images used in JupyterHubs.

See a list of the Docker images here.

To use one of those images locally:

  • Configure docker to use the gcloud command-line tool as a credential helper:

    gcloud auth configure-docker
  • Run the image locally:

# example
docker run -it --rm -p 8888:8888 gcr.io/jupyterhub-docker-images/mpa2065:fall-2020

Last updated