I am using mailhog/mailhog on docker on a Linux machine Recently, I started to play with the new containers features of win 2016 so I have docker up and running, not knowing very deeply docker, I thought running the following command
docker run --name mailhog -p 1025:1025 -p 8025:8025 -d mailhog/mailhog
I got the following response on the command line
C:\Program Files\Docker\docker.exe: image operating system “linux” cannot be used on this platform.
See ‘C:\Program Files\Docker\docker.exe run --help’.
So the question, is there any container similar to mailhog for windows platform? It seems that on docker hub, we can not search by OS or category
Thanks in advance