我在 5 个运行 Windows Server 2016 的虚拟机上安装了一个 Service Fabric 群集。我想在我的 Service Fabric 群集中运行 docker windows 容器。我对 SF 和 Docker 还很陌生,我有几个问题:
为了让它工作,我必须在每个节点上安装 Docker 吗?(如果是 CE 或 EE 版本?)因为当我在内部部署带有 Windows 容器服务的 SF 应用程序时,它在应用程序启动期间给了我一个错误
Error event: SourceId='System.Hosting', Property='Download:1.0:1.0:45cc185a-abde-47f4-9a1f-943ad6e29d23'. There was an error during download.Container deployment is not supported on the node.
我可以在 Windows Server 上安装的 Service Fabric 上运行 linux 容器吗?