This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 82d8fe8  docs: use make cmd instead of docker build cmd (#171)
82d8fe8 is described below

commit 82d8fe8933a81dd259823b106b52f03c8bb8577b
Author: kv <gxt...@163.com>
AuthorDate: Wed Jan 13 16:56:37 2021 +0800

    docs: use make cmd instead of docker build cmd (#171)
---
 docs/install.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/install.md b/docs/install.md
index e3bf5ad..42a72cf 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -71,7 +71,8 @@ helm install ingress-apisix -n ingress-apisix 
./charts/ingress-apisix
 ## Master branch builds
 
 ```shell
-docker build -t apache/ingress-controller:v0.1.0 ../.
+cd /path/to/apisix-ingress-controller
+make build-image
 ```
 
 ## Next

Reply via email to