I would like to share a folder from a docker container1 to a docker container2, without any persistence. Sharing this folder with the host is not necessary.
I read that there is a volume_from option that allow to do this kind of thing, but it seems that the folder shared need to have the same path in both containers and I don't understand how to use it if containers have already many volumes.