Can I run a container that runs in Ubuntu (say, an application in Snap), in windows by installing snap?
Can I install the snap store in Windows 10?
Tutorials say containers are platform-independent but don't give an example. A container contains an application and its related dependencies, but usually, these dependencies are OS related. I don't think Windows DLL files can run on Linux and vice versa. So, it is hard for me to imagine it is a host platform-independent.
Thanks for your time and reply.