We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cf6fe commit cb064b1Copy full SHA for cb064b1
Dockerfile
@@ -1,5 +1,10 @@
1
FROM python:3.8-slim
2
3
+# Metadata
4
+LABEL maintainer="[email protected]"
5
+LABEL description="Docker image for running snmpsim (PySNMP Simulator)"
6
+LABEL version="1.0"
7
+
8
RUN pip install snmpsim
9
10
ADD data /usr/local/snmpsim/data
0 commit comments