From 8a8959cd47371a7663cf51edd261bd98984e4d66 Mon Sep 17 00:00:00 2001 From: mantuliu <240951888@qq.com> Date: Wed, 16 Oct 2019 13:48:35 +0800 Subject: [PATCH] Fix documentation describing inaccurate issues --- docs/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development.md b/docs/development.md index 43afabb4a1..bf5c429614 100644 --- a/docs/development.md +++ b/docs/development.md @@ -122,13 +122,13 @@ $ make build Build a local container image ```console -$ TAG= REGISTRY=$USER/ingress-controller make docker-build +$ TAG= REGISTRY=$USER/ingress-controller make container ``` Push the container image to a remote repository ```console -$ TAG= REGISTRY=$USER/ingress-controller make docker-push +$ TAG= REGISTRY=$USER/ingress-controller make push ``` ## Deploying