tandrup / docker-snmpsim

Docker image for snmpsim for SNMP simulation
15 stars 21 forks source link

How do I run multiple simulator docker containers on the same host and access them from client running on the network. #1

Open gkm2021 opened 8 years ago

tvestelind commented 7 years ago

What do you mean? Each docker container would be assigned an ip-address to which you can connect on port 161.

Testing18 commented 4 years ago

How can I bind my custom IPAddress (Eg: 10.168.20.5:161,10.168.65.8:161) for each docker containers instead of default IP 0.0.0.0:161 ? is there any way to do that?