diff options
author | VENKATESH KUMAR <vv770d@att.com> | 2020-04-06 18:55:10 -0400 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2020-04-10 16:02:56 -0400 |
commit | e64d2d643d8cf400263c9b01063fced6fc5edcb2 (patch) | |
tree | 1aa50a1973f021759f2cdd742e83a02b9220fa8d /docs/sections/services/tcagen2-docker/delivery.rst | |
parent | c790dcb3bbd3c498e0f838837c212ce185e70da5 (diff) |
dcae r6 doc updates
Change-Id: I348d9bcf9eb69286fc4a12d8866d102186d26722
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1892
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'docs/sections/services/tcagen2-docker/delivery.rst')
-rw-r--r-- | docs/sections/services/tcagen2-docker/delivery.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/sections/services/tcagen2-docker/delivery.rst b/docs/sections/services/tcagen2-docker/delivery.rst new file mode 100644 index 00000000..f6f2f4e0 --- /dev/null +++ b/docs/sections/services/tcagen2-docker/delivery.rst @@ -0,0 +1,14 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Delivery +======== + +Docker Container +---------------- + +**TCA-GEN2** is delivered as a docker image that can be downloaded from ONAP docker registry: + +:: + + ``docker run -d --name tca-gen2 -e CONFIG_BINDING_SERVICE_SERVICE_HOST=<IP Required> -e CONFIG_BINDING_SERVICE_SERVICE_PORT=<Port Required> -e HOSTNAME=<HOSTNAME> nexus3.onap.org:10001/onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:<tag>`` |