summaryrefslogtreecommitdiffstats
path: root/src/main/yaml/README.md
diff options
context:
space:
mode:
authorMarcus Williams <marcus.williams@intel.com>2017-09-05 19:53:29 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-05 19:53:29 +0000
commit0b7c4af87b3ba3460a684ac23fed30d42cf4f2b2 (patch)
treebd1f6255e7f5124d6888abf2d0aaefb5a09226a4 /src/main/yaml/README.md
parent28a79d8e48ddfe12a34aca925640371784b6d1cc (diff)
parentd462aa59d784a8697b430fc1f641c92311993f99 (diff)
Merge "Add docker-compose.yml"
Diffstat (limited to 'src/main/yaml/README.md')
-rw-r--r--src/main/yaml/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/yaml/README.md b/src/main/yaml/README.md
new file mode 100644
index 00000000..6e536a60
--- /dev/null
+++ b/src/main/yaml/README.md
@@ -0,0 +1,10 @@
+This directory contains a docker-compose.yml that is intended for
+use by CCSDK developers to test and debug issues with the CCSDK
+docker containers.
+
+Please note that these containers are NOT intended to be used as standalone
+containers, with interface to other ONAP components. Rather, they are intended
+to be used as bases for other containers (e.g. odlsli is the container
+that SDN-C and APP-C would base their controller containers on), or as
+development environments (e.g. the dgbuilder container is a development
+tool for editing directed graphs)