This repository contains Dockerfile definitions for s3fs Docker images.
docker run -e AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY> -e AWS_SECRET_ACCESS_KEY=<AWS_SECRET_KEY> \
-d --cap-add SYS_ADMIN --device=/dev/fuse \
zealic/s3fs \
-f -d -o <BUCKET_NAME> <MOUNT_POINT>
s3fs mounted directory can not export as data volume.
Getting started for this docker container at the Docker Hub.
Content type
Image
Digest
Size
9 MB
Last updated
over 7 years ago
docker pull zealic/s3fs