efrecon / docker-s3fs-client

Alpine-based s3fs client: mount from container, make available to other containers
BSD 3-Clause "New" or "Revised" License
181 stars 64 forks source link

Mounted volume is empty #31

Closed korsar182 closed 2 years ago

korsar182 commented 2 years ago

Hi, I'm running docker-compose file from the repo, everything works fine, I can see bucket files inside container, but mounted host directory is empty. What's wrong with that?

efrecon commented 2 years ago

You likely have forgotten to add :rshared to the -v option (or equivalent in the compose file). I am closing this, but feel free to reopen in case this wasn't it.

nrukavkov commented 1 year ago

@efrecon does exist some workaround for mac os? There is no rshared in mac https://github.com/docker/for-mac/issues/3431