update link to upper-constraints.txt
[cli.git] / docs / cookbook.rst
index df2e437..55f88a1 100644 (file)
@@ -1,11 +1,11 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2017 Huawei Technologies Co., Ltd.
+.. Copyright 2018 Huawei Technologies Co., Ltd.
 
 .. _cli_cookbook:
 
-Cook-book
-=========
+CLI cook-book
+=============
 
 To Run OCLIP on local docker machine
 ---------------------------------------
@@ -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 9090:8080 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest
 
 Access the CLI console
 ~~~~~~~~~~~~~~~~~~~~~~