Skip to content

Commit

Permalink
Update to 2020-02-18 7c1f5bd5fc36bd68dde326f1b1988efcfef93fa9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Mar 22, 2020
1 parent 751bc4a commit 38c8829
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ RUN mkdir -p /usr/local/snmpsim/cache && \
cd /home/snmpsim && \
git clone https://github.com/etingof/snmpsim.git && \
cd snmpsim && \
git checkout bd2ce1ac6944a312ca9b15819ea5a777ab75dae2 && \
# git checkout tags/v0.4.7 -b v0.4.7 && \
python setup.py install

EXPOSE 161/udp

CMD snmpsimd.py --v3-engine-id=201e20fde8d064c6 --agent-udpv4-endpoint=0.0.0.0:161 --data-dir=/usr/local/snmpsim/data --cache-dir=/usr/local/snmpsim/cache --process-user=snmpsim --process-group=snmpsim $EXTRA_FLAGS
CMD snmpsim-command-responder --v3-engine-id=201e20fde8d064c6 --agent-udpv4-endpoint=0.0.0.0:161 --data-dir=/usr/local/snmpsim/data --cache-dir=/usr/local/snmpsim/cache --process-user=snmpsim --process-group=snmpsim $EXTRA_FLAGS

0 comments on commit 38c8829

Please sign in to comment.