mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
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:
parent
23b16bff21
commit
446a5a6b21
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user