Skip to content

Files

Latest commit

 

History

History
 
 

docker

DockerSpawner with JHub Apps

Build JHub Image

This is will used as image for DockerSpawner

docker build -t jhub -f Dockerfile.jhub .

Build and Run JupyterHub

docker compose build
docker compose up

Go to http://127.0.0.1:8000