mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update docker cp instructions
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
57568be698
commit
30f191d853
|
@ -15,13 +15,13 @@
|
||||||
# is currently running to your host
|
# is currently running to your host
|
||||||
#
|
#
|
||||||
# first the script:
|
# first the script:
|
||||||
# docker cp virtualbox:/etc/init.d/vboxdrv .
|
# docker cp virtualbox:/usr/lib/virtualbox/vboxdrv.sh .
|
||||||
#
|
#
|
||||||
# then the share
|
# then the share
|
||||||
# docker 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.sh setup
|
||||||
#
|
#
|
||||||
# it will recompile the module, you can then see it in lsmod
|
# it will recompile the module, you can then see it in lsmod
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user