Skip to content

Instantly share code, notes, and snippets.

View aharden's full-sized avatar

Alex Harden aharden

View GitHub Profile
@aharden
aharden / Vagrantfile
Last active May 26, 2020 17:16 — forked from glenfant/Vagrantfile
A Vagrantfile for MacOS or Windows host, making an Ububtu 20.04 playground for the latest Docker and Docker-compose.
# -*- mode: ruby -*-
# vi: set ft=ruby :
#
# Reference: https://gist.githubusercontent.com/glenfant/7772f48aa17eb4e09d4a62390825eade/raw/b7284e30c3ba3a6ba9e03bb37abb65eb193842f7/Vagrantfile
# Docker playground for MacOS and Windows
# =======================================
#
# - Installs the latest Docker + Docker-compose
# - Uses faster NFS files sync on Mac OS
# - Uses faster SMB files share on Windows