From e64d2d643d8cf400263c9b01063fced6fc5edcb2 Mon Sep 17 00:00:00 2001 From: VENKATESH KUMAR Date: Mon, 6 Apr 2020 18:55:10 -0400 Subject: dcae r6 doc updates Change-Id: I348d9bcf9eb69286fc4a12d8866d102186d26722 Signed-off-by: VENKATESH KUMAR Issue-ID: DCAEGEN2-1892 Signed-off-by: VENKATESH KUMAR --- docs/sections/services/snmptrap/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/sections/services/snmptrap/installation.rst') diff --git a/docs/sections/services/snmptrap/installation.rst b/docs/sections/services/snmptrap/installation.rst index d91a46b3..ab523ef4 100644 --- a/docs/sections/services/snmptrap/installation.rst +++ b/docs/sections/services/snmptrap/installation.rst @@ -32,7 +32,7 @@ Installation The following command will download the latest trapd container from nexus and launch it in the container named "trapd": - ``docker run --detach -t --rm -p 162:6162/udp -P --name=trapd nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap ./bin/snmptrapd.sh start`` + ``docker run --detach -t --rm -p 162:6162/udp -P --name=trapd nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.3 ./bin/snmptrapd.sh start`` Running an instance of **trapd** will result in arriving traps being published to the topic specified by Config Binding Services. -- cgit 1.2.3-korg