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-25 10:29:26 -0400 |
commit | ace4b43e0f892186a786eb16d2142fd1d47e8268 (patch) | |
tree | c2e74e84afeb71ffba7e95a17d119f69c58b72b2 | |
parent | d2b1a172adb0d3d245be37b52e6db596fe728e29 (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>
-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 |