diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-03-25 10:29:18 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-03-26 13:53:22 +0000 |
commit | 6d62c5f1d8df7727c3e273a6de06fafd20e56d09 (patch) | |
tree | 2ffa3532c24c4ac1eae00612b899d87c8fe79347 /docs/apex | |
parent | 3ed2a6457c79a822ac2b6d3fc580ad2e27c540c8 (diff) |
Update apex-pdp user manual
Removing /bin/bash from apex-pdp standalone installation command as the default entry point has been added in the docker file itself.
Issue-ID: POLICY-3062
Change-Id: I38c5ea1854eec29cc809452b02c6c02f3bd4068a
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
(cherry picked from commit ace4b43e0f892186a786eb16d2142fd1d47e8268)
Diffstat (limited to 'docs/apex')
-rw-r--r-- | docs/apex/APEX-User-Manual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/apex/APEX-User-Manual.rst b/docs/apex/APEX-User-Manual.rst index d32b1de9..175f539d 100644 --- a/docs/apex/APEX-User-Manual.rst +++ b/docs/apex/APEX-User-Manual.rst @@ -1401,7 +1401,7 @@ Run in a docker container :number-lines: # docker run -p 6969:6969 -v $APEX_HOME/ToscaPolicy.json:/tmp/policy/ToscaPolicy.json \ - --name apex -it nexus3.onap.org:10001/onap/policy-apex-pdp:latest /bin/bash \ + --name apex -it nexus3.onap.org:10001/onap/policy-apex-pdp:latest \ -c "/opt/app/policy/apex-pdp/bin/apexEngine.sh -p /tmp/policy/ToscaPolicy.json" APEX Configurations Explained |