Skip to content

Commit cb064b1

Browse files
committed
Updated the image.
1 parent a3cf6fe commit cb064b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
FROM python:3.8-slim
22

3+
# Metadata
4+
LABEL maintainer="[email protected]"
5+
LABEL description="Docker image for running snmpsim (PySNMP Simulator)"
6+
LABEL version="1.0"
7+
38
RUN pip install snmpsim
49

510
ADD data /usr/local/snmpsim/data

0 commit comments

Comments
 (0)