|
|
|
|
|
by SteveLas
3698 days ago
|
|
The target of Multi-Platform support is to allow workloads to target different platforms, but not as a single container can run on both.
Consider the scenario:
Web Front End built with Node.js, targeting Linux
ASP.NET Web API, built with NET Core, targeting Nano Server (Windows)
Redis Cache, used for the WebAPI, run as a Linux Container.
When you spin up these containers, you should be able to say docker-compose up, and docker, Mesos, ... know how to route the containers to the appropriate hosts.
Steve |
|