ewoutp/goofys

By ewoutp

Updated over 6 years ago

Goofys Mount Minio From Container

Image
0

10K+

Goofys Mount Minio From Container

The repository provides a Docker wrapper for using goofys to mount any S3 compatible object store in a container.

Usage

docker run --privileged -it --rm --name goofys \
    -e ENDPOINT=<endpoint> \
    -e BUCKET=<name-of-bucket> \
    -e AWS_ACCESS_KEY_ID=<access-key> \
    -e AWS_SECRET_ACCESS_KEY=<secret-key>
    goofys

Docker Pull Command

docker pull ewoutp/goofys