From 3d3a179113dc3a88e2722cfe0fc971da29d4a4e1 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Fri, 9 Feb 2024 02:08:19 -0500 Subject: [PATCH] Replaced docker image. --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index f88c0ee21..7f2d75981 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,8 +2,8 @@ In order to test pysnmp functionalities, you can run SNMP simulators on your local environment. -One of possible ways to do it is to use [this project](https://github.com/tandrup/docker-snmpsim) to run docker container and map port 161 to the port of your choice, for example: +One of possible ways to do it is to use [this project](https://github.com/lextudio/docker-snmpsim) to run docker container and map port 161 to the port of your choice, for example: ```commandline -docker run -d -p 163:161/udp tandrup/snmpsim +docker run -d -p 163:161/udp ghcr.io/lextudio/docker-snmpsim:master ``` \ No newline at end of file