Skip to content

Latest commit

 

History

History
80 lines (51 loc) · 1.45 KB

README.md

File metadata and controls

80 lines (51 loc) · 1.45 KB

rmdashrf (WIP)

RMDASHRF serves mounted directory with highly security and efficiently

Table of Contents

Get Started

Install binaries

Download binaries in the release page

Install from source

$ go get github.com/yuqingc/rmdashrf

Start

$ rmdashrf -port=8080 -volume=/data

The -port flag is optional, 8080 by default. Use ./rmdashrf -h or ./rmdashrf -help for more information

Run a Docker image

TODO

API Documentation

Roadmap

Contributing

Tools

Name Version
go 1.11
dep 0.5
docker-ce 18.03

Dependencies

$ dep ensure

Debug

  • The entry main package is in cmd/rmdashrf