I have docker container myContainer_1. In this container was install PostgreSQl DB with some data.
I want to copy data from this container to another docker container myContainer_2.
As result this two container must have two independent DBs with same data.
Is it possible?