Code Review
/
cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
407a9b6
)
Fix docker mapping port issue in docs
23/97023/1
author
Kanagaraj Manickam
<mkr1481@gmail.com>
Mon, 14 Oct 2019 04:44:51 +0000
(10:14 +0530)
committer
Kanagaraj Manickam k00365106
<kanagaraj.manickam@huawei.com>
Mon, 14 Oct 2019 04:44:51 +0000
(10:14 +0530)
Issue-ID: CLI-147
Change-Id: I5d9d4b4330fd994b8f330912169c8ef3d2d277b0
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
docs/cookbook.rst
patch
|
blob
|
history
diff --git
a/docs/cookbook.rst
b/docs/cookbook.rst
index
d5692b6
..
55f88a1
100644
(file)
--- a/
docs/cookbook.rst
+++ b/
docs/cookbook.rst
@@
-16,7
+16,7
@@
To Run OCLIP on local docker machine
2. Pull cli docker image and run locally::
- docker run -d --name oclip -e OPEN_CLI_MODE=daemon -p
8080:909
0 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest
+ docker run -d --name oclip -e OPEN_CLI_MODE=daemon -p
9090:808
0 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest
Access the CLI console
~~~~~~~~~~~~~~~~~~~~~~