1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-24 20:55:39 +02:00

replace /home/jessie with $HOME ()

* replace /home/jessie with $HOME

* add /
This commit is contained in:
Maartje Eyskens 2017-06-19 09:07:47 +00:00 committed by Christian
parent e5f299d8b1
commit 084707834a

@ -13,7 +13,7 @@
# -v /etc/passwd:/etc/passwd:ro \ # -v /etc/passwd:/etc/passwd:ro \
# -v /etc/group:/etc/group:ro \ # -v /etc/group:/etc/group:ro \
# -u $(whoami) -w "$HOME" \ # -u $(whoami) -w "$HOME" \
# -v /home/jessie/.Xauthority:/home/jessie/.Xauthority \ # -v $HOME/.Xauthority:$HOME/.Xauthority \
# --name notify-osd \ # --name notify-osd \
# jess/notify-osd # jess/notify-osd