aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guide
diff options
context:
space:
mode:
authorRehanRaza <muhammad.rehan.raza@est.tech>2021-03-10 17:09:49 +0100
committerRehanRaza <muhammad.rehan.raza@est.tech>2021-03-10 17:11:09 +0100
commitd7efd35ed3623be21ba34c232447594763c44072 (patch)
treee6a67ffbeefee58aba32f900af91da29ef300b9e /docs/guide
parentde4ac0d74436887c13b07b8abf2dbbf3db6a4c8e (diff)
Fix documentation for ccsdk/oran
Change-Id: Ib1a116fc4bd3fecebdd13849fd9797e411706adc Issue-ID: CCSDK-3201 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/developer-guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst
index e3fb7647..3399e8b0 100644
--- a/docs/guide/developer-guide.rst
+++ b/docs/guide/developer-guide.rst
@@ -138,7 +138,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=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" onap/ccsdk-oran-a1policymanagementservice:1.1.2-SNAPSHOT
A1 Adapter (Internal)
+++++++++++++++++++++