aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-04-29 15:46:45 -0700
committerGitHub <noreply@github.com>2021-04-29 15:46:45 -0700
commit4fc074db8139d08f2cc47802e30afbacdabec1fb (patch)
treec7891870cf8ab1b1a3d87343eaf5552bf695f5ec
parentfa0d9731134beaac86f57ca82361607c46a0c32b (diff)
downloadseaweedfs-4fc074db8139d08f2cc47802e30afbacdabec1fb.tar.xz
seaweedfs-4fc074db8139d08f2cc47802e30afbacdabec1fb.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index e463092bc..a28b13b98 100644
--- a/README.md
+++ b/README.md
@@ -68,12 +68,16 @@ Table of Contents
* [License](#license)
-## Quick Start ##
+## 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: