al3x609 / VboxInsideDocker

This projet should allow any user to successfully install VirtualBox inside a docker container allowing you to intall any OS virtually inside a virtual containers! Sounds cool right?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VirtualBox Inside Docker

This project should allow any user to successfully install VirtualBox inside a docker container allowing you to intall any OS virtually inside a virtual containers! Sounds cool right?

Usage

To use this image, you must install and load the Virtualbox driver on the host, and mount /dev/vboxdrv to the container.

Example:

docker run -v /dev/vboxdrv:/dev/vboxdrv --name=vbox jencryzthers/vboxinsidedocker

About

This projet should allow any user to successfully install VirtualBox inside a docker container allowing you to intall any OS virtually inside a virtual containers! Sounds cool right?

License:GNU General Public License v2.0


Languages

Language:Shell 58.2%Language:Dockerfile 41.8%