https://github.com/fjctp/build-mergerfs
Build mergerfs from source
https://github.com/fjctp/build-mergerfs
docker mergerfs
Last synced: about 2 months ago
JSON representation
Build mergerfs from source
- Host: GitHub
- URL: https://github.com/fjctp/build-mergerfs
- Owner: fjctp
- Created: 2020-03-15T00:59:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T00:36:01.000Z (about 5 years ago)
- Last Synced: 2025-02-01T23:44:45.067Z (4 months ago)
- Topics: docker, mergerfs
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# build-mergerfs
Build mergerfs from [github](https://github.com/trapexit/mergerfs) based on `opensuse/tumbleweed`## Usage
1. Build a specific version of snapraid and copy the executable to current folder.
```
docker run -it --rm -v $PWD:/output -e VERSION=2.29.0 fjctp/build-mergerfs
```2. Copy binary to folders and setup symbolic link for `mount`
```
sudo cp -r ./usr /
```