containers

A 1-post collection

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