aerokube / windows-images

Step by step instructions for building Docker images with Windows
Apache License 2.0
221 stars 44 forks source link

Possible to build image so that it runs on windows VM #35

Closed bs1 closed 4 years ago

bs1 commented 4 years ago

Is it possible to build the windows image so that it can run on a windows VM? or if not, runnable in some way that doesn't require nested virtualization. Maybe this is similar in spirit to https://github.com/aerokube/windows-images/issues/5

vania-pooh commented 4 years ago

@bs1 you can run iedriver with Selenoid on a standard Windows VM as described here: https://medium.com/@aandryashin/selenium-on-windows-revisited-1ab8d51ccc06

bs1 commented 4 years ago

Thanks, is there a way to bundle those components into an image? something like https://github.com/aerokube/windows-images/blob/master/image/Dockerfile but on top of https://hub.docker.com/_/microsoft-windows-base-os-images

vania-pooh commented 4 years ago

@bs1 nope, because Windows base images support only command-line applications like IIS.

bs1 commented 4 years ago

thanks for the info