Skip to content

Instantly share code, notes, and snippets.

@hiasinho
Last active September 1, 2021 22:23
Show Gist options
  • Select an option

  • Save hiasinho/3b76ff6a7b102d589caf to your computer and use it in GitHub Desktop.

Select an option

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

yeroc commented Mar 8, 2018

Copy link
Copy Markdown

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

ethanke commented Nov 28, 2019

Copy link
Copy Markdown

"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"

@miigotu

miigotu commented Jun 15, 2020

Copy link
Copy Markdown

@bannsec

bannsec commented Sep 4, 2020

Copy link
Copy Markdown

None of those links seem to work anymore.

@miigotu

miigotu commented Sep 5, 2020

Copy link
Copy Markdown

@bannsec the one above your comment does.

@miigotu

miigotu commented Sep 5, 2020

Copy link
Copy Markdown

image

@bannsec

bannsec commented Sep 5, 2020 via email

Copy link
Copy Markdown

@miigotu

miigotu commented Sep 5, 2020

Copy link
Copy Markdown

@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
Copy Markdown

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