Skip to content

Instantly share code, notes, and snippets.

@nullsnet
nullsnet / Vagrantfile
Last active May 9, 2018 02:26 — forked from anthonysterling/Vagrantfile
Handy Vagrantfile for IE testing with Vagrant.
# Usage: IE={box} vagrant up
#
# Eg. IE=XPIE6 vagrant up
boxes = {
"XPIE6" => "http://aka.ms/ie6.xp.vagrant",
"XPIE8" => "http://aka.ms/ie8.xp.vagrant",
"VistaIE7" => "http://aka.ms/ie7.vista.vagrant",
"Win7IE8" => "http://aka.ms/ie8.win7.vagrant",
"Win7IE9" => "http://aka.ms/ie9.win7.vagrant",