diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-08-10 15:43:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 15:43:21 -0700 |
| commit | 5df38d610dc8ba2081088320e546f8a824d232cd (patch) | |
| tree | caca821dbd40424e68c6edf4cdecf0d91c377a86 /README.md | |
| parent | f2cd753bf9ddfbf1c040c7d21ab3d9f617aec15a (diff) | |
| download | seaweedfs-5df38d610dc8ba2081088320e546f8a824d232cd.tar.xz seaweedfs-5df38d610dc8ba2081088320e546f8a824d232cd.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -69,16 +69,16 @@ Table of Contents * [License](#license) +## Quick Start for S3 API on Docker ## + +`docker run -p 8333:8333 chrislusf/seaweedfs server -s3` + ## Quick Start with single binary ## * Download the latest binary from https://github.com/chrislusf/seaweedfs/releases and unzip a single binary file `weed` or `weed.exe` * Run `weed server -dir=/some/data/dir -s3` to start one master, one volume server, one filer, and one S3 gateway. Also, to increase capacity, just add more volume servers by running `weed volume -dir="/some/data/dir2" -mserver="<master_host>:9333" -port=8081` locally, or on a different machine, or on thousands of machines. That is it! -## Quick Start for S3 API on Docker ## - -`docker run -p 8333:8333 chrislusf/seaweedfs server -s3` - ## Introduction ## SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: |
