Container OS has reached its EOL and this repository has been archived.
This image installs the VirtualBox Guest Additions on CoreOS Container Linux.
On startup the container interrogates the host kernel and then installs the required modules from the troywilson/coreos-vboxguest-builder repository. Updates are automatically handled every reboot when necessary.
Find the docker image at: troywilson/coreos-vboxguest
docker run --volume /:/root --name vboxguest --network=host --privileged \
--restart=always --detach troywilson/coreos-vboxguest:latest
Several snippets of shell code lifted from BugRoger/coreos-nvidia-driver