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?
source
share