I have a database docker container that writes its data to another data-only container. A data-only container has where it stores database data. Is there a way to "docker" the transfer of this container for data only from one machine to another? I read about loading dockers and loading dockers, but these commands save and load images, not containers. I want to be able to pack a docker container along with its volumes and move it to another machine.
Keeto source share