azure - Service fabric cluster inside Docker container -
we're developing microservices application using azure service fabric. there few web api microservices runs on sf cluster (onpremise).
now need create docker container sf cluster , run there out application.
it should done out front-end developers work on mac , not want install sf cluster (and it's impossible know).
i don't know if possible, need suggestion. know can run docker container inside service fabric, need opposite solution.
maybe first step should 1 of docker image, witch one? microsoft/windowsservercore or microsoft/mssql-server-windows-express
and how install service fabric image? if has same problems , found solution please help.
it should done out front-end developers work on mac , not want install sf cluster (and it's impossible know).
you can run sf linux on vm on mac. there's official documentation that: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started-mac.
that's sf linux still not mature sf windows, here differences: https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-linux-windows-differences try wrap sf linux in docker container, run on mac because docker mac kind of linux vm anyway.
maybe first step should 1 of docker image, witch one? microsoft/windowsservercore or microsoft/mssql-server-windows-express
these windows container images not run on mac (linux). run on windows 2016/10.
my suggestion either have windows vm on macs or allow them rdp windows vm purpose of sf, or can issue sf commands remotely on windows based sf cluster.
Comments
Post a Comment