docker

A 2-post collection

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.
Continue Reading...

Installing Docker Using Vagrant and VirtualBox

By Tim Brown |  May 12, 2020  | docker, containers
This install guide assumes that you have already followed my Vagrant/VirtualBox Guide and have it running successfully. Open the “Vagrant” file that was created in the directory and add the below content and save: # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version (we support older styles for # backwards compatibility). Please don't change it unless you know what # you're doing.
Continue Reading...