Skip to content

Commit

Permalink
Replaced docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Feb 9, 2024
1 parent d0b73e6 commit 3d3a179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 3d3a179

Please sign in to comment.