Skip to content

Instantly share code, notes, and snippets.

View gitmlynch's full-sized avatar

Mark Lynch gitmlynch

  • EBSCO
  • Ipswich, MA
View GitHub Profile
@jdufresne-ebsco
jdufresne-ebsco / Vagrantfile
Last active November 6, 2018 18:58
Vagrant - kubectl
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "williamyeh/ubuntu-trusty64-docker"
config.vm.provision "shell", inline: <<-SHELL
apt-get update