traefik / traefik-library-image

Used to build Official Docker image of Traefik Proxy

Home Page:https://store.docker.com/images/traefik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current windows images do not allow the use of process isolation

cardinal252 opened this issue · comments

In order to use process isolation in windows, the windows base image version number must match the version number of the container of the host. If this is not the case, only hyper-v isolation is possible, which is slower.

With only having one image available on 1809 you are forcing developers to choose between hyper-v mode only for most versions of windows or to deviate and build their own container.

I have submitted a pull request to create the docker files for each major current update of windows, this would need to be merged and the build process changed to build each image.