summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.