StefanScherer / dockerfiles-windows

Various Dockerfiles for Windows Containers
MIT License
1.11k stars 396 forks source link

Run traefik in process isolation mode #384

Closed StefanScherer closed 5 years ago

StefanScherer commented 5 years ago

Run traefik.exe in process isolation mode to make the example docker-compose.yml work on Windows 10 1809 with Docker-Desktop 2.0.0.2 (Docker 18.09.1). This combination allows process isolation on Windows 10 as well.

This helps until https://github.com/containous/traefik/issues/4409 get fixed.

Fixes #383