Update usage to reflect a recent usage bug fix

Aligned usage description to include a recently found bugfix.

Added & adjusted other possible command line options.
This commit is contained in:
Volker 2016-10-29 11:33:25 -04:00 committed by GitHub
parent 23b16bff21
commit 446a5a6b21

View File

@ -4,10 +4,15 @@
# -v /etc/localtime:/etc/localtime:ro \ # -v /etc/localtime:/etc/localtime:ro \
# -v /tmp/.X11-unix:/tmp/.X11-unix \ # -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=unix$DISPLAY \ # -e DISPLAY=unix$DISPLAY \
# --device /dev/snd:/dev/snd \ # --device /dev/snd \
# --device /dev/dri:/dev/dri \ # --device /dev/dri \
# --device /dev/video0 \
# --group-add audio \
# --group-add video \
# -v "${HOME}/.slack:/root/.config/Slack" \
# --ipc="host" \
# --name slack \ # --name slack \
# jess/slack # jess/slack "$@"
FROM debian:stretch FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> MAINTAINER Jessie Frazelle <jess@linux.com>