Giter Site home page Giter Site logo

panubo / docker-s3fs Goto Github PK

View Code? Open in Web Editor NEW
23.0 5.0 28.0 8 KB

S3FS Docker image

Home Page: https://hub.docker.com/r/panubo/s3fs/

License: MIT License

Shell 74.46% Dockerfile 5.03% Makefile 20.51%
docker-image s3 s3fs fuse-filesystem object-storage

docker-s3fs's Introduction

S3FS Fuse Docker image

Docker image for s3fs fuse.

Configuration

  • AWS_ACCESS_KEY_ID - (required)
  • AWS_SECRET_ACCESS_KEY - (required)
  • AWS_STORAGE_BUCKET_NAME - (required)
  • AWS_S3_AUTHFILE - path to s3fs auth file.
  • AWS_S3_MOUNTPOINT - mountpoint default /mnt
  • AWS_S3_URL - s3 endpoint default https://s3.amazonaws.com
  • S3FS_ARGS - additional s3fs mount arguments
  • DEBUG - enable DEBUG mode.

Usage example

docker run --rm -t -i --privileged \
  -e AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxxxxxxx \
  -e AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
  -e AWS_STORAGE_BUCKET_NAME=example \
  docker.io/panubo/s3fs:1.87 ls /mnt

NB, requires privileged mode for access to fuse device.

Status

Stable in production.

docker-s3fs's People

Contributors

macropin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docker-s3fs's Issues

Software caused connection abort

=> Mounting S3 Filesystem
Running command ls /root/s3
ls: cannot access '/root/s3': Software caused connection abort
Software caused connection abort
Software: command not found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.