Is there a way to allow multiple MySQL instances/containers to run at the same time?
Asked
Active
Viewed 384 times
0
-
2I know of no straight forward way to _disallow_ it. If you share a bit more detail on your use case and actual problem, it'll be easier to help. – Joachim Isaksson Nov 10 '14 at 08:09
-
this is a question for https://serverfault.com/. please ask there – JimiDini Nov 10 '14 at 08:45
-
Oh I think I can just run different containers from a MySQL base image and mount different ports to the host port 3306 :) – Hans Nov 11 '14 at 03:06