I've always this question and no where I found exact answer:
Is Docker Platform Independent?
I mean, when I generate image in Windows, can I run that image on Linux or MacOS? Or when I generate image on Ubuntu, can I run that image on Windows?
If yes, how? If no, what's the point of saying, docker images can be ran anywhere without worrying about any dependencies?
Please help me with this question