From 9847631e1be786f37aef897d4216b6bc2bfa16a2 Mon Sep 17 00:00:00 2001 From: Rich Bennett Date: Sat, 25 Aug 2018 10:43:15 -0400 Subject: Add RST Files for SNMPTRAP Submitting RST files from abandoned patch https://gerrit.onap.org/r/57071 With updates to remove sphinx warnings Change-Id: I18da62f59943bb932bcfdd6bddfc9164d8ae9b93 Issue-ID: DCAEGEN2-624 Signed-off-by: Rich Bennett --- docs/sections/services/snmptrap/delivery.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/sections/services/snmptrap/delivery.rst (limited to 'docs/sections/services/snmptrap/delivery.rst') diff --git a/docs/sections/services/snmptrap/delivery.rst b/docs/sections/services/snmptrap/delivery.rst new file mode 100644 index 00000000..fe861b0b --- /dev/null +++ b/docs/sections/services/snmptrap/delivery.rst @@ -0,0 +1,18 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Delivery +======== + +**SNMPTRAP** is delivered as a docker container. The host or VM that will +run this container must have the docker application loaded and available +to the userID that will be running the SNMPTRAP container. + +The following command will download the latest SNMPTRAP container from +nexus and launch it in the container named "SNMPTRAP": + +.. code-block:: bash + + docker run --detach -t --rm -p 162:6162/udp -P --name=SNMPTRAP nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap ./bin/snmptrapd.sh start + + -- cgit 1.2.3-korg