update clean

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle
2015-06-05 11:55:25 -07:00
parent 17bbb62b99
commit 198f1bcd98
19 changed files with 88 additions and 70 deletions

View File

@@ -1,14 +1,15 @@
# To use:
# Needs X11 socket and dbus mounted
# docker run --rm -it \
# -v /etc/machine-id:/etc/machine-id:ro \
# -v /etc/localtime:/etc/localtime:ro \
# -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=unix$DISPLAY \
# --device /dev/snd:/dev/snd \
# -v /var/run/dbus:/var/run/dbus \
# --name slack \
# jess/slack
#
# docker run --rm -it \
# -v /etc/machine-id:/etc/machine-id:ro \
# -v /etc/localtime:/etc/localtime:ro \
# -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=unix$DISPLAY \
# --device /dev/snd:/dev/snd \
# -v /var/run/dbus:/var/run/dbus \
# --name slack \
# jess/slack
FROM ubuntu:14.04
MAINTAINER Jessie Frazelle <jess@linux.com>