Fix README.md
authorBogumil Zebek <bogumil.zebek@nokia.com>
Fri, 6 Mar 2020 07:56:20 +0000 (08:56 +0100)
committerZebek Bogumil <bogumil.zebek@nokia.com>
Fri, 6 Mar 2020 07:56:20 +0000 (08:56 +0100)
Issue-ID: AAF-997
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: I8da222f0c4026fbaa7426c9a0831140c7823b897

certService/README.md

index 4780a90..e48dad5 100644 (file)
@@ -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
 ```