summaryrefslogtreecommitdiffstats
path: root/mod/distributorapi/README.md
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2019-11-11 15:28:57 -0500
committerMichael Hwang <mhwang@research.att.com>2019-12-16 11:02:15 -0500
commit77900bb3097491cd9fca964c111ea70724e53989 (patch)
treeb23fb51b9e3c465bfcecaede1f0450acfe22e880 /mod/distributorapi/README.md
parentc698e66797bad69b4c77b26b487bf8322989beb0 (diff)
Add distributor api projectdev-mod
Issue-ID: DCAEGEN2-1860 Signed-off-by: Michael Hwang <mhwang@research.att.com> Change-Id: I67aa9178b1b1830e330ca1259e8f6b30202945df
Diffstat (limited to 'mod/distributorapi/README.md')
-rw-r--r--mod/distributorapi/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/distributorapi/README.md b/mod/distributorapi/README.md
new file mode 100644
index 0000000..5446ccc
--- /dev/null
+++ b/mod/distributorapi/README.md
@@ -0,0 +1,10 @@
+# Distributor API
+
+HTTP API to manage distribution targets for DCAE design. Distribution targets are DCAE runtime environments that have been registered and are enabled to accept flow design changes that are to be orchestrated in that environment.
+
+Run docker container:
+
+```
+docker run -d -p 5000:80 --name distributor-api \
+ distributor-api:latest
+```