docker-s3fs icon indicating copy to clipboard operation
docker-s3fs copied to clipboard

Docker build for s3fs.

Results 2 docker-s3fs issues
Sort by recently updated
recently updated
newest added

Is it possible to mount the s3 volume in docker-compose and share with another service without mounting a shared volume on host? In other words, something like this: ``` services:...

Is it possible for docker-s3fs launched as a docker service? From looking around seems like the options ` --cap-add mknod --cap-add sys_admin --device=/dev/fuse` are not exposed for swarm services.... anyone...