I have two running docker containers. one container has MySQL with data, another one container has Java web application in Tomcat.
How to clone MySQL container to another Docker host with data?
Tried Save/Load method. but no success because doesn't have data
but Java web application container is working