Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 263 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 263 Bytes

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