Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle
2015-06-17 18:37:33 -07:00
parent f3d4100c11
commit 6471c24604
3 changed files with 3 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
CMD [ "apt-file" ] CMD [ "bash" ]

View File

@@ -21,7 +21,7 @@
# docker cp virtualbox:/usr/src/vboxhost-4.3.28 /usr/src/ # docker cp virtualbox:/usr/src/vboxhost-4.3.28 /usr/src/
# #
# then the share # then the share
# cp virtualbox:/usr/share/virtualbox /usr/share # docker cp virtualbox:/usr/share/virtualbox /usr/share
# #
# then run the script: # then run the script:
# ./vboxdrv setup # ./vboxdrv setup

View File

@@ -7,7 +7,7 @@
# -v /tmp/.X11-unix:/tmp/.X11-unix \ # -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=unix$DISPLAY \ # -e DISPLAY=unix$DISPLAY \
# --name vlc \ # --name vlc \
# jess/vlc # jess/vlc
# #
FROM debian:sid FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>