Trying to understand Docker and Mendix

0
Hey! Could any one tell me if I mount a Mendix app in Docker, does this means my Mendix app will now be able to share DB data from other apps? Or maybe even run another´s app back end process using Mendix as a Front end?
asked
1 answers
0

Docker enables you to run your app containarized. If you don't configure it explicitly, the container will not be able to access another container's data.

answered