brndnmtthws / goofys-docker

Goofys Mount Minio From Container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Goofys Mount Minio From Container


Languages

Language:Shell 58.4%Language:Dockerfile 41.6%