Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 13 forks source link

Mix of Linux and Windows containers #20

Open prasadker opened 6 years ago

prasadker commented 6 years ago

In a container group, can we have mix of Linux and Windows containers? In the cgs-quickstart.json file I can see we are specifying "osType": "Linux" at the container group level, so I assume not, but just want to confirm. Is this planned for, may be, in future?

mattrowmsft commented 6 years ago

This isn't supported now, but I think we will eventually be able to support something like this. There are a couple hurdles we have to tackle first.