Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ COPY ./resources/entrypoint.sh /fake-systemd-entrypoint.sh

COPY resources/snmpd.conf /etc/snmp/snmpd.conf

ENTRYPOINT ["/fake-systemd-entrypoint.sh"]
CMD ["tail", "-f", "/opt/dell/srvadmin/var/log/openmanage/*.xml"]

WORKDIR /opt/dell/srvadmin/bin

EXPOSE 1311 161 162
ENTRYPOINT ["/fake-systemd-entrypoint.sh"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This image has been tested on the following Dell hardware:

| Hardware | Status |
|---------------------|--------------|
| Dell PowerEdge R510 | OK |
| Dell PowerEdge R610 | OK |
| Dell PowerEdge R620 | OK |
| Dell PowerEdge R710 | OK |
Expand Down
1 change: 1 addition & 0 deletions resources/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ if [ "$#" -gt 0 ]; then
# Use eval instead of exec so this script remains PID 1
eval "$@"
fi
tail -f /opt/dell/srvadmin/var/log/openmanage/*.xml