jupyterhub
JupyterHub image for use with the Open Data Cube.
10K+
To run this image, use something like:
docker run \
--rm \
opendatacube/jupyterhub \
jupyterhub --ip="*"
The image comes with the standard ODC installed, including the entrypoint that sets the config from the environment.
There is also a simple Docker Compose file, so you can run the application with Postgres as well like this:
docker-compose up
Note that the current version requires you to add a user to the docker container when it's running.
You can do this with:
docker-compose exec jupyterhub adduser user
which will add a user called 'user' and prompt you for a password.
Content type
Image
Digest
Size
2.9 GB
Last updated
about 6 years ago
docker pull opendatacube/jupyterhubPulls:
260
Last week