Closed selloween closed 5 years ago
The docker-compose.yml
says DOCKER_JUPYTER_CONTAINER
I think?
DOCKER_JUPYTER_IMAGE
is a better name though.
Thanks for the suggestion. Indeed this change must be reflected in docker-compose.yml
for things to keep working.
I did not notice that DOCKER_JUPYTER_CONTAINER
is set in docker-compose.yml
. I followed your tutorial https://opendreamkit.org/2018/10/17/jupyterhub-docker/ where the variable is named DOCKER_JUPYTER_IMAGE
and got things mixed up.
Hi!
First of all thank you for the awesome setup.
I changed the env variable
DOCKER_JUPYTER_CONTAINER
toDOCKER_JUPYTER_IMAGE
as defined in the docker-compose.ymlCheers,
Selwyn