mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
cleanup
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
f3d4100c11
commit
6471c24604
|
@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD [ "apt-file" ]
|
||||
CMD [ "bash" ]
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# docker cp virtualbox:/usr/src/vboxhost-4.3.28 /usr/src/
|
||||
#
|
||||
# then the share
|
||||
# cp virtualbox:/usr/share/virtualbox /usr/share
|
||||
# docker cp virtualbox:/usr/share/virtualbox /usr/share
|
||||
#
|
||||
# then run the script:
|
||||
# ./vboxdrv setup
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# -v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
# -e DISPLAY=unix$DISPLAY \
|
||||
# --name vlc \
|
||||
# jess/vlc
|
||||
# jess/vlc
|
||||
#
|
||||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
|
Loading…
Reference in New Issue
Block a user