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. ```