Skip to content

Commit 0098788

Browse files
committed
Improve comment for user creation in Dockerfile
1 parent aabaa58 commit 0098788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/docker-stacks-foundation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashr
6868
# and docs: https://docs.conda.io/projects/conda/en/latest/dev-guide/deep-dives/activation.html
6969
echo 'eval "$(conda shell.bash hook)"' >> /etc/skel/.bashrc
7070

71-
# Create NB_USER with name jovyan user with UID=1000 and in the 'users' group
71+
# Create "${NB_USER}" user (`jovyan` by default) with UID="${NB_UID}" (`1000` by default) and in the 'users' group
7272
# and make sure these dirs are writable by the `users` group.
7373
RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
7474
sed -i.bak -e 's/^%admin/#%admin/' /etc/sudoers && \

0 commit comments

Comments
 (0)