From ef501115c461d0e78a1d005c93464a62c46fa427 Mon Sep 17 00:00:00 2001 From: int32bit Date: Fri, 11 May 2018 10:38:50 +0800 Subject: [PATCH] Add missing HARBOR_PROJECT option to harbor alias --- contrib/harbor-cli/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/harbor-cli/README.md b/contrib/harbor-cli/README.md index 50ef6fe6f..86c90d308 100644 --- a/contrib/harbor-cli/README.md +++ b/contrib/harbor-cli/README.md @@ -6,7 +6,7 @@ This project provides a great native command-line experience for managing Harbor ## Install Harbor CLI -Harbor CLI can be installed by one of two approaches: +Harbor CLI can be installed by one of three approaches: * Option 1: Build as a Docker image(easy, recommended) * Option 2: Native Installation from Source @@ -61,6 +61,7 @@ Create an alias: alias harbor='docker run \ -e HARBOR_USERNAME="admin" \ -e HARBOR_PASSWORD="Harbor12345" \ + -e HARBOR_PROJECT=1 \ -e HARBOR_URL="http://localhost" \ --rm krystism/harborclient harbor' ```