Found the issue - docker has to be started during cluster creation and cluster setup script should be run using powershell 5
from this tutorial
https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-how-to-debug-windows-containers
Azure service fabric and docker locally: Container deployment is not supported on the node
Hello, I am trying to run .net core application in docker container inside azure service fabric on my local machine, but service fabric reports an error: 'System.Hosting' reported Error for property 'Download:1.0:1.0:adf9e33b-d7c6-4e46-80b4-c5702fbb15dd'.
There was an error during download. Container deployment is not supported on the node.
I have windows 10 pro version 1909
service fabric 7.1.416.9590
visual studio 2019 latest
without service fabric docker app starts fine (windows container) it is just a very default asp.net core 3.1 web api app with container orchestartor support for service fabric added
non-container apps run fine in my local service fabric cluster
-
Maxim Tihobrazov 106 Reputation points
2020-10-06T17:00:37.167+00:00