Hi,
I’m starting a container with a mounted volume. After that I’m doing a mount --bind between two directories within the volume. This works all fine in the container but on the host the mount bind does not seem to have any effect. Is there any way to get my mount bind from in the container to also effect the host?
I tested this with docker 1.10 and 1.12.1.
thanks,
Hendrik