1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-18 23:10:35 +02:00

Update gettingstarted.rst

This commit is contained in:
ブドウの鳥 2015-01-01 21:52:42 -07:00
parent b51282ae95
commit 3d3a810488

View file

@ -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
**************************************************************