You have a directory with data, and now you’ve mounted a volume over it. How do you get to the data in the underlying directory without interrupting the mounted volume? Bind mount to the rescue! Bind mount the directory to another path and you can manipulate the files in underlying directory without disturbing the volume mounted atop of it.