Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewoutp/goofys-docker

Goofys Mount Minio From Container
https://github.com/ewoutp/goofys-docker

Last synced: 3 months ago
JSON representation

Goofys Mount Minio From Container

Awesome Lists containing this project

README

        

# 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

```bash
docker run --privileged -it --rm --name goofys \
-e ENDPOINT= \
-e BUCKET= \
-e AWS_ACCESS_KEY_ID= \
-e AWS_SECRET_ACCESS_KEY=
goofys
```