diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-03-18 07:09:48 +0100 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2020-03-18 07:09:48 +0100 |
commit | 55061dabd9dd0ca53c8a4cb9fe2ff1d80cf9c3a3 (patch) | |
tree | c4d950365e7c2b7c45603c8f6edbf555d6231472 /certService/README.md | |
parent | 1b3f9cbabdabe43588bcf8e3b92c89bd87272ef6 (diff) |
CertService local starter
Issue-ID: AAF-1107
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: I7742fa622bd8acf4764137d98cad581781487103
Diffstat (limited to 'certService/README.md')
-rw-r--r-- | certService/README.md | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/certService/README.md b/certService/README.md index e48dad53..9f23504e 100644 --- a/certService/README.md +++ b/certService/README.md @@ -48,6 +48,8 @@ mvn clean install ### Building Docker image and install the package into local repository ``` mvn clean install -P docker +or +make build ``` ### Running Docker container local @@ -62,9 +64,14 @@ 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 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 +Build a docker image locally before run docker compose command. +``` +1. Build local image +make build +2. Start Cert Service with configured EJBCA +make start +3. Stop containers +make stop ``` ### Running with Helm |