The home dir should be '/root', not '/home/root', when starting the container and set the env 'NB_USER' to 'root'. #2042
Labels
type:Bug
A problem with the definition of one of the docker images maintained here
What docker image(s) are you using?
base-notebook
Host OS system
ubuntu 23.10
Host architecture
x86_64
What Docker command are you running?
How to Reproduce the problem?
The logs indicate that the home directory has been set to '/home/root' instead of '/root'.
Command output
Expected behavior
The home dir should be '/root', not '/home/root', when starting the container and set the env 'NB_USER' to 'root'.
Actual behavior
When setting the NB_USER as 'root', the home dir should be '/root'.
Anything else?
No response
Latest Docker version
The text was updated successfully, but these errors were encountered: