I have (comparatively) large azure blob database (>50bg) that is stored on disk. I want to be able to run docker containers that point to this directory and can create changes that are persisted on a volume. I do no want the docker containers to be able to change the host's folder contents.
I have tried looking into different docker storage drivers, however they don't seem to help with my situation.(running an azurite image, on a windows host)