diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-05-04 12:31:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-04 12:31:31 +0000 |
commit | 7c71103d22f5572aa90f75ee55f72384a208fe53 (patch) | |
tree | fb430db4648f98b6fe65e548933301e7c47a0dde /docs/cookbook.rst | |
parent | 4b3a7c6656789ca9bb610494e8667df30026b322 (diff) | |
parent | 221861c2f1bcd16c4747e73b09806b156f164fd7 (diff) |
Merge changes If9af735d,I19b5b37f
* changes:
Fix release notes
Fix CLI_MODE to OPEN_CLI_MODE
Diffstat (limited to 'docs/cookbook.rst')
-rw-r--r-- | docs/cookbook.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cookbook.rst b/docs/cookbook.rst index a21e2015..d5692b6f 100644 --- 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 CLI_MODE=daemon -p 8080:9090 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest + docker run -d --name oclip -e OPEN_CLI_MODE=daemon -p 8080:9090 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest Access the CLI console ~~~~~~~~~~~~~~~~~~~~~~ |