Skip to content

This is how you could set up jupyterhub with docker composer

Notifications You must be signed in to change notification settings

sirily11/jupyterhub-with-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyterhub-with-docker-compose

Build the container

This is how you could set up jupyterhub with docker composer

To build this docker container, simply run

docker-compose build

To run this docker container, simply run

docker-compose up

To run this container in background, run

docker-compose up -d

Login the jupyterhub

Access http://0.0.0.0:5000, then use user name sirily11, and password 1234

Change username and password

Go to build folder and change dockerfile Change the following lines

RUN useradd -ms /bin/bash  <Your username>
RUN echo <Your username>:<Your password> | chpasswd

Then re build the docker.

About

This is how you could set up jupyterhub with docker composer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published