Files
docker-stacks/base-notebook
Peter Parente 9b9c3c7d99 Fix bug where container user is "nayvoj"
whoami &> /dev/null || STATUS=$? && true
causes STATUS to be set to an empty string
when the container starts with option --add-group="root"
resulting in both nayvoj and jovyan having uid=1000
and gid=100. The first match in /etc/password wins
and so the container user ends up being "nayvoj"
accidentally.

Avoid this by checking that whoami STATUS is neither blank nor 0
before adding a new /etc/passwd entry
2018-12-29 15:06:42 -05:00
..
2017-07-09 15:59:19 -04:00
2016-05-26 20:58:29 -04:00
2018-11-12 01:45:05 +07:00
2018-11-12 01:45:05 +07:00

docker pulls docker stars image metadata

Base Jupyter Notebook Stack

Please visit the documentation site for help using and contributing to this image and others.