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