summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-10-15 20:21:33 -0400
committerLusheng Ji <lji@research.att.com>2017-10-15 20:21:39 -0400
commit92fea0a265e96f77ad0314794bf02207560b99a4 (patch)
tree72da23b315a03380f3bcc8b50be463257d40a9df
parent7fda9009c2b5ce3bf2fed18d91aef84ddfddee53 (diff)
Update README
Issue-Id: DCAEGEN2-128 Change-Id: If721b85de4f741026b4a881ef2711e53bbfbf2b4 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--bootstrap/README-docker.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/bootstrap/README-docker.md b/bootstrap/README-docker.md
index d4295ef..3fa1b7d 100644
--- a/bootstrap/README-docker.md
+++ b/bootstrap/README-docker.md
@@ -109,7 +109,7 @@ application_config:
# In long run we should figure out a way of bringing that info into consul record
# related to policy-engine itself.
policy_engine :
- url : "https://peawiv9nspd01.pedc.sbc.com:8081"
+ url : "https://policy-engine.onap.org:8081"
path_pdp : "/pdp/"
path_api : "/pdp/api/"
headers :
@@ -126,8 +126,9 @@ TODO: provide explanations
7. Pull and run the docker container
```
-docker pull nexus3.onap.org:10003/onap/org.onap.dcaegen2.deployments.bootstrap:1.0
-docker run -d --name boot -v CONFIGDIR:/opt/app/installer/config -e "LOCATION=dg2" nexus3.onap.org:10003/onap/org.onap.dcaegen2.deployments.bootstrap:1.0
+docker login -u docker -p docker nexus3.onap.org:10001
+docker pull nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.bootstrap:1.1-latest0
+docker run -d --name boot -v CONFIGDIR:/opt/app/installer/config -e "LOCATION=dg2" nexus3.onap.org:10003/onap/org.onap.dcaegen2.deployments.bootstrap:1.1-latest
```
The container stays up even after the installation is complete. Using the docker exec command to get inside of the container, then run cfy commands to interact with the Cloudify Manager.