Docker is formed in a cross-platform environment

Say I have a cross-platform environment

my application is deployed twice - once on a Windows container and once on a Linux container,

In addition, I have a DB container (Linux).

Is it possible to use docker compose to create these 3 services?

I think not - because the images I use are built for a specific type of os.

I'm right? and maybe I'm wrong, and is there a workaround for this?

+4
source share

Source: https://habr.com/ru/post/1671719/


All Articles