This commit is contained in:
Jackson Delahunt 2019-01-11 17:33:50 +11:00
parent d8dc2223ba
commit 528cd30fac
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ ENV STEMN_GIT_NAME="Jackson Delahunt"
RUN mkdir /$USER && \
mv /$BASE_USER/home $HOME
# Name the first non-root user jackson
# Rename the first non-root user jackson
RUN sed -i "s/$BASE_USER/$USER/g" /etc/passwd
RUN sed -i "s/$BASE_USER/$USER/g" /etc/group

View file

@ -13,5 +13,6 @@ docker run \
--volume $HOME/.ssh:$STEMN_HOME/.ssh \
--volume $HOME:/home \
--volume $SSH_AUTH_SOCK:/ssh-auth.sock \
--volume JACKSON_HOME:/jackson/home \
--workdir /home \
stemn/development-environment:latest "$@"
sabrehagen/development-environment:latest "$@"