diff options
| author | ブドウの鳥 <OGrape@users.noreply.github.com> | 2015-01-01 21:52:42 -0700 |
|---|---|---|
| committer | ブドウの鳥 <OGrape@users.noreply.github.com> | 2015-01-01 21:52:42 -0700 |
| commit | 3d3a81048828ed5133530f989478569ab3259d82 (patch) | |
| tree | 49f625ce2c85f257fdcec280e5cc9f14b0c985d4 | |
| parent | b51282ae95ade0e77eecb38b3f18246a7800d014 (diff) | |
| download | seaweedfs-3d3a81048828ed5133530f989478569ab3259d82.tar.xz seaweedfs-3d3a81048828ed5133530f989478569ab3259d82.zip | |
Update gettingstarted.rst
| -rw-r--r-- | docs/gettingstarted.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 21672b811..e0ca6f94d 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -114,7 +114,7 @@ Minimal Image (~19.6 MB) .. code-block:: bash - docker build --no-cache --rm -t 'cydev/weed' . + docker build --no-cache -t 'cydev/weed' . Go-Build Docker Image (~764 MB) @@ -122,7 +122,7 @@ Go-Build Docker Image (~764 MB) mv Dockerfile Dockerfile.minimal mv Dockerfile.go_build Dockerfile - docker build --no-cache --rm -t 'cydev/weed' . + docker build --no-cache -t 'cydev/weed' . In production ************************************************************** |
