update docker cp instructions

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-10-07 10:26:48 -07:00
parent 57568be698
commit 30f191d853
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -15,13 +15,13 @@
# is currently running to your host
#
# first the script:
# docker cp virtualbox:/etc/init.d/vboxdrv .
# docker cp virtualbox:/usr/lib/virtualbox/vboxdrv.sh .
#
# then the share
# docker cp virtualbox:/usr/share/virtualbox /usr/share
#
# then run the script:
# ./vboxdrv setup
# ./vboxdrv.sh setup
#
# it will recompile the module, you can then see it in lsmod
#