Add RST Files for SNMPTRAP
[dcaegen2.git] / docs / sections / services / snmptrap / delivery.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 Delivery
5 ========
6
7 **SNMPTRAP** is delivered as a docker container.  The host or VM that will
8 run this container must have the docker application loaded and available
9 to the userID that will be running the SNMPTRAP container.
10
11 The following command will download the latest SNMPTRAP container from
12 nexus and launch it in the container named "SNMPTRAP":
13
14 .. code-block:: bash
15
16     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
17
18