Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ewoutp/goofys-docker
- Owner: ewoutp
- Created: 2018-11-29T10:52:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T21:21:50.000Z (almost 4 years ago)
- Last Synced: 2024-07-14T13:32:29.613Z (4 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 3
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - ewoutp/goofys-docker - Goofys Mount Minio From Container (others)
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
```