RMDASHRF serves mounted directory with highly security and efficiently
Download binaries in the release page
$ go get github.com/yuqingc/rmdashrf
$ rmdashrf -port=8080 -volume=/data
The -port
flag is optional, 8080
by default. Use ./rmdashrf -h
or ./rmdashrf -help
for more information
TODO
Name | Version |
---|---|
go | 1.11 |
dep | 0.5 |
docker-ce | 18.03 |
$ dep ensure
- The entry main package is in
cmd/rmdashrf