diff options
author | ecaiyanlinux <martin.c.yan@est.tech> | 2021-03-15 11:55:05 +0100 |
---|---|---|
committer | ecaiyanlinux <martin.c.yan@est.tech> | 2021-03-15 11:56:49 +0100 |
commit | 687d8d9ce92ee076ae64feef129cf4afbc64d987 (patch) | |
tree | 86ea4bd9a14e0885541fd5229088fa692f7b09d7 /docs/guide/developer-guide.rst | |
parent | 089166cc004e0f799210dacbb353ff2386e34c74 (diff) |
Fix documentation for ccsdk/oran for honolulu branch
Issue-ID: CCSDK-3201
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: I2ba66d81e2b14dedd86c19d24ec8e8ff03daae6d
Diffstat (limited to 'docs/guide/developer-guide.rst')
-rw-r--r-- | docs/guide/developer-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index f067a3fa..fb8c97ec 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -85,7 +85,7 @@ The target paths in the container should not be modified. Example docker run command for mounting new files (assuming they are located in the current directory): :: - docker run -p 8081:8081 -p 8433:8433 --name=policy-agent-container --network=nonrtric-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" o-ran-sc/nonrtric-policy-agent:2.1.0-SNAPSHOT + docker run -p 8081:8081 -p 8433:8433 --name=PMS-container --network=oran-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" onap/ccsdk-oran-a1policymanagementservice:1.1.2-SNAPSHOT A1 Adapter (Internal) +++++++++++++++++++++ |