From 30f191d8537d34b4169555f8a13e5b9b62b2806f Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Wed, 7 Oct 2015 10:26:48 -0700 Subject: [PATCH] update docker cp instructions Signed-off-by: Jessica Frazelle --- virtualbox/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtualbox/Dockerfile b/virtualbox/Dockerfile index c53c2a3..7480a42 100644 --- a/virtualbox/Dockerfile +++ b/virtualbox/Dockerfile @@ -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 #