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

Fixed the user:group mount, added a multistage build and a docker-compose.yml #1

Closed sam2kb closed 4 years ago

sam2kb commented 4 years ago

First of all thanks, great job on creating the docker image! I fixed a few things, especially important is an option to mount as user:group that actually works :)

Also a multistage build is quite useful as it decreases the image size more than 10 times.