Skip to content

Instantly share code, notes, and snippets.

@hiasinho
Last active September 1, 2021 22:23
Show Gist options
  • Star 34 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save hiasinho/3b76ff6a7b102d589caf to your computer and use it in GitHub Desktop.
Save hiasinho/3b76ff6a7b102d589caf to your computer and use it in GitHub Desktop.
Internet Explorer on Vagrant

The Modern.ie Virtual Machine Images – VMs used for testing several versions of IE – are now also available as vagrant boxes. Here’s the list:

$ vagrant box add {title} {url}
$ vagrant init {title}
$ vagrant up
@yeroc
Copy link

yeroc commented Mar 8, 2018

These new URLs are not equivalent to the old ones. Instead of directly referencing a .box file the files are now zipped and must be unzipped prior to use which means they can't be directly referenced via vagrant box add {title} {url} as far as I can tell...

@ethanke
Copy link

ethanke commented Nov 28, 2019

"The "metadata.json" file for the box 'ie11' was not found.
Boxes require this file in order for Vagrant to determine the
provider it was made for. If you made the box, please add a
"metadata.json" file to it. If someone else made the box, please
notify the box creator that the box is corrupt. Documentation for
box file format can be found at the URL below:

https://www.vagrantup.com/docs/boxes/format.html"

@bannsec
Copy link

bannsec commented Sep 4, 2020

None of those links seem to work anymore.

@miigotu
Copy link

miigotu commented Sep 5, 2020

@bannsec the one above your comment does.

@miigotu
Copy link

miigotu commented Sep 5, 2020

image

@bannsec
Copy link

bannsec commented Sep 5, 2020 via email

@miigotu
Copy link

miigotu commented Sep 5, 2020

@bannsec Your purpose (use case)
You should not be excessively hitting those URLs anyway. Download them once and store them on a local drive or share and reference them from there.

@steinybot
Copy link

I believe the reason that you need to use the download form is that they have a time limited license which expires after 90 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment