We are trying to deploy a Docker Container on a Service Fabric running on Azure Stack.
Unfortunately, it constantly fails with the error message Container deployment is not supported on the node
. The container is not pulled or even started.
We don't see any reason why the container does not start:
- The host os is "WindowsServer2016 DataCenter with Containers"
- We can log onto the nodes and pull and execute the container on the nodes successfully
- We have the problem for all containers
- We tried both hyperv and process isolation mode
We have set up the very same configuration in the cloud and the container executes without problems:
- Same OS-Version and even build number: version 1607 build 14393.4825
- Same ServiceFabric-Version: 8.2.1363.9590
Does anybody know this issue? Might it be related to using the Azure Stack?