summaryrefslogtreecommitdiffstats
path: root/certService
diff options
context:
space:
mode:
authorPaweł Baniewski <pawel.baniewski@nokia.com>2020-03-09 13:31:15 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-09 13:31:15 +0000
commitb8de3b83a9fced234c2ee240c77f59a3e168e8fb (patch)
tree313574731e384216b858e30cbb146c546c20eb37 /certService
parent6f0873762d86352f9011a0efd5409e39fff30075 (diff)
parentf575d61e658094b467dcb66daf679427f345d365 (diff)
Merge "Fix README.md"
Diffstat (limited to 'certService')
-rw-r--r--certService/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/certService/README.md b/certService/README.md
index 4780a904..e48dad53 100644
--- a/certService/README.md
+++ b/certService/README.md
@@ -45,7 +45,7 @@ docker build --build-arg VERSION=1.0.0-SNAPSHOT -t onap/org.onap.aaf.certservice
mvn clean install
```
-### Building Docker image and install the package into the local repository
+### Building Docker image and install the package into local repository
```
mvn clean install -P docker
```
@@ -61,7 +61,8 @@ docker run -p 8080:8080 --name aaf-certservice-api --mount type=bind,source=/<ab
```
### Running Docker container from docker-compose with EJBCA
-Docker-compose uses nexus image of certservice.
+Docker-compose uses a local image of certservice.
+Build a docker image locally before run docker compose command. See a section **Building Docker image and install the package into local repository**
```
docker-compose up
```