summaryrefslogtreecommitdiffstats
path: root/certService
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-03-06 08:56:20 +0100
committerZebek Bogumil <bogumil.zebek@nokia.com>2020-03-06 08:56:20 +0100
commitf575d61e658094b467dcb66daf679427f345d365 (patch)
tree91e79a7d6c73ab90d6baadcf289ebcc36e8117fa /certService
parentd43531d4072653b86cc86459816e54806ad589c2 (diff)
Fix README.md
Issue-ID: AAF-997 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I8da222f0c4026fbaa7426c9a0831140c7823b897
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
```