ethpandaops / jupyterhub-singleuser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The ethPandaOps user image

This Docker image is the Helm chart's extended from the default user image. It contains the fundamentals only so that it can get pulled quickly. It is based on the base-notebook image from Project Jupyter's jupyter/docker-stacks repository which also contains many other images suitable for use with the Helm chart. To help you choose another one see the docker-stacks documentation on selecting a user image.

For a brief introduction to Dockerfiles, images and containers, see the guide's summary about container technology..

Basic usage

To quickly try out this Docker image on your computer:

# with JupyterLab
docker run  -it  --rm  -p 8888:8888 ethpandaops/jupyterhub-singleuser:2.0.0  -- jupyter lab  --ip 0.0.0.0

This image available tags can be found here.

In the base-notebook image

About


Languages

Language:Dockerfile 100.0%