Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Is it able to use Internet Explorer with Docker?

Writer Andrew Henderson

I am a web application programmer and I have to build a test environment for IE 9 (test for compatibility).

My host machine is macOS Mojave, so I have to use some platform which is able to install and run IE. A Virtual Machine is one of the options, but I think it is a little bit heavy for test purpose.

Therefore I am considering use Docker, so I have searched Docker Hub, but do not get what container should I use. (And is it possible in the first place? CentOS and Ubuntu is available, but Windows?)

In conclusion, I would like to know how could I use Docker with minimal Windows, or is there more light ways on macOS to use IE than using a Virtual Machine?

2

1 Answer

A container uses the kernel of its host - so you can run linux docker containers on linux, windows docker containers on windows (and linux on windows is a bit odd since they can implement a subset of the linux kernel through linuxkit) and so on.

You can't run a windows docker container on linux or OS X however because there's no linuxkit equivilent.

Unless there's a IE port for OS X (and there hasn't been since the OS 9 days) your options for running IE all involve a full install of windows running on a VM

MS does have a few free 'trial' VMs that run for 30 days specifically for testing, so you wouldn't need a licence

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy