Problem Statement / Requirements:
(1) I need to establish a docker environment in a VirtualBox VM for testing a project.
(2) Boot2Docker and other pre-baked docker environments are great but they do not allow me to specialize the virtual machine for my specific needs.
(3) Sometimes testing can damage the virtual machines and snapshots have a heavy performance cost. Therefore, any solution I build needs to be reproducible through automation.
Solved! Go to Solution.