Windows image with chrome and webdriver (selenium )

Hi ,
we have unit test automation project that have been written in .net +mstest
we need to deploy the project to the container before we start our run , so we have to use a windows containers.
we can’t use selenium grid .
I tried to find some dockerfile examples , but no luck so far ,and a see only problems with this architecture.
Maybe someone already tried and can share his docker file with me ? is it even working ?
I’m looking to build a windows image with chrome and chromedriver in it , also mstest and .net 4 .