From 7ea00fb92315a574a6d0c852f9957ea58087bba2 Mon Sep 17 00:00:00 2001 From: nishi2go Date: Thu, 30 Jul 2020 01:35:39 +0900 Subject: [PATCH] Update build.sh help --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9417607..b465887 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,13 @@ Build Maximo Docker containers. -r | --remove Remove images when an image exists in repository. -R | --remove-only Remove images without building when an image exists in repository. --rt | --remove-latest-tag Do not add the letest tag to the built images. +-rt | --remove-latest-tag Do not add the "letest" tag to the built images. -c | --use-custom-image Build a custom image for Maximo installation container. --v | --verbose Output verbosity in docker build. +-v | --verbose Show detailed output of the docker build. -p | --prune Remove intermediate multi-stage builds automatically. -s | --skip-db Skip building and removing a DB image. ---push-registry=REGISTRY_URL Push the built images to a specified remote Docker registry. +--push-registry=REGISTRY_URL Push the built images to a specified remote Docker registry. +--namespace=NAMESPACE Specify the namespace of the Docker images (default: maximo-liberty). -h | --help Show this help text. ```