We're developing microservices application using Azure Service Fabric. There are a few Web API microservices that runs on SF cluster (OnPremise).
Now we need to create something like Docker container with SF cluster and run there out application.
It should be done for out front-end developers that work on Mac and do not want to install SF cluster (and it's impossible as I know).
I don't know if it possible, so I need your suggestion. I know that I can run Docker container inside Service Fabric, but I need completely opposite solution.
Maybe the first step should be get one of Docker image, but witch one? microsoft/windowsservercore or microsoft/mssql-server-windows-express
and then How to install Service Fabric to the image? If someone has the same problems and found the solution please help.