ChileanVirtualObservatory / jovial.chivo.cl

A JupyterHub server over high-availability technologies
http://jovial.chivo.cl
2 stars 1 forks source link

Terminals start at /home/jovyan #10

Closed maray closed 7 years ago

maray commented 7 years ago

For a strange reason terminals start at /home/jovyan. This is at least strange.

mosoriob commented 7 years ago

Maybe, the problem is related to notebook envs

docker inspect 319f48ad48b0  | grep NB_
                "NB_USER=jovyan",
                "NB_UID=1000",
                "NB_GID=100",

what do you think @madiazp?

madiazp commented 7 years ago

The DockerFile should delete jovyan and it files, i'll check that.

madiazp commented 7 years ago

jovyan disappeared but the first directory in the terminal is /home and not home/$user even though is literally in the script notebook_arg="--notebook-dir=$(/home/$USER)" but I think that at the momment this is not an important issue. In the terminal you appear in /home and in jovial kernel like /home/$user