summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-09-12 13:27:30 -0400
committerMichael Hwang <mhwang@research.att.com>2017-09-12 13:44:18 -0400
commit9444408bb1ab548995a81d4efe678d298aca66df (patch)
treeef5e73d6a8609f11012b9f9fc61850add7c8b075 /docker/README.md
parentd2fadb9403d6f11f38c57be98fb6bb4f000cfecd (diff)
Use latest dcaepolicy
Issue-Id: DCAEGEN2-97 Change-Id: I6e5e701f5a64575c9280b1bea3b17e50023e599d Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 08fb570..cb3e66c 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -4,6 +4,21 @@ This repository contains Cloudify artifacts used to orchestrate the deployment o
More details about what is expected from Docker components can be found in the DCAE ONAP documentation.
+## Pre-requisites
+
+### Docker logins
+
+The Docker plugin requires a key-value entry in Consul that holds all the Docker login credentials needed to access remote registries. The expected key is `docker_plugin/docker_logins` and the corresponding value is a json array with json objects:
+
+```
+[
+ { "username": "bob", "password": "123456", "registry": "this-docker-registry.com" },
+ { "username": "jane", "password": "7890ab", "registry": "that-docker-registry.com" }
+]
+```
+
+If there are no required Docker logins then set the value to empty list `[]`.
+
## Input parameters
### start