Getting Docker Working In a VirtualBox VM
By Tim Brown
| May 12, 2020
| docker, virtualbox
This is more of the process I went through trying to figure out how to get an easy way to use Docker without using Docker for Windows, because I want to also use Vagrant and VirtualBox. My journey began with this guide initially on Docker Docs: Install Docker Toolbox on Windows. It basically has you download and install the Docker Toolbox from GitHub.
When installing Docker Toolbox I already had VirtualBox and Git for Windows, so I made sure those were unchecked.