Skip to content

ewoutp/goofys-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published