summaryrefslogtreecommitdiffstats
path: root/mod/distributorapi/README.md
diff options
context:
space:
mode:
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
+```