Is it possible to dockerize Internet Explorer?

后端 未结 5 1146
离开以前
离开以前 2020-12-31 04:04

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

5条回答
  •  粉色の甜心
    2020-12-31 04:39

    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.

提交回复
热议问题