summaryrefslogtreecommitdiffstats
path: root/docker-compose/README.md
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-05-17 07:16:48 -0400
committerRenu Kumari <renu.kumari@bell.ca>2021-05-17 18:10:21 -0400
commitbd35b4d03a474ce425040cc4656c7b94a87ef399 (patch)
tree1b7b230b218b538ffced9004d001fead6bd2c31c /docker-compose/README.md
parent1baf48d05be1cd32e22c065ebfec218da100d1f2 (diff)
nexus registry is parmateterized
Issue-ID: CPS-311 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I158387f54b1a9d3d60e6d97cc3336391745af3c0
Diffstat (limited to 'docker-compose/README.md')
-rw-r--r--docker-compose/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose/README.md b/docker-compose/README.md
index 0b84e0a56..6fa222908 100644
--- a/docker-compose/README.md
+++ b/docker-compose/README.md
@@ -14,14 +14,14 @@ mvn clean install -Pcps-docker -Pncmp-docker -Pcps-ncmp-docker -Djib.skip
* Following command builds the JAR file and also generates the Docker image for all CPS components:
```bash
-mvn clean install -Pcps-docker -Pncmp-docker -Pcps-ncmp-docker -Dnexus.repository=
+mvn clean install -Pcps-docker -Pncmp-docker -Pcps-ncmp-docker -Ddocker.repository.push=
```
* Following command builds the JAR file and generates the Docker image for specified CPS component:
(with `<docker-profile>` being one of `cps-docker`, `ncmp-docker` or `cps-ncmp-docker`):
```bash
-mvn clean install -P<docker-profile> -Dnexus.repository=
+mvn clean install -P<docker-profile> -Ddocker.repository.push=
```
## Running Docker containers