I want to run multiple Internet Explorer versions on the same machine using Selenium WebDriver with Docker instead of Virtual Machines. Docker runs on entirely Linux, as fa
You can install wine, and IE6 or IE7. I guess you would prefer IE 10 or IE11.
Have a look for example at
https://hub.docker.com/r/tianon/wine/
or
https://hub.docker.com/r/jess/wine/,
and according to winehq.org, you can use an outdated browser such as IE7, if you modify the previous Dockerfiles.
Do not forget you will not have all the DLL available with wine.