Skip to content

Instantly share code, notes, and snippets.

View besmirzanaj's full-sized avatar

Besmir Zanaj besmirzanaj

  • Toronto, ON
View GitHub Profile
@aursu
aursu / docker-learning-ref.note.md
Created January 12, 2018 12:37
URLs related to docker (Training, Examples etc)
@Sharpie
Sharpie / Vagrantfile
Last active September 22, 2022 01:16
A simple Vagrantfile for spinning up a master-agent pair.
# -*- mode: ruby -*-
# vi: set ft=ruby :
# This configuration requires Vagrant 1.5 or newer and two plugins:
#
# vagrant plugin install vagrant-hosts ~> 2.1.4
# vagrant plugin install vagrant-auto_network ~> 1.0.0
#
# After installation, the following steps will spin up a master and agent that
# can communicate with each other: