Files
SNMP-Influx-collector/cont/contLogs.sh
2026-02-26 17:34:00 +01:00

8 lines
123 B
Bash

#!/bin/sh
while true; do
docker container logs snmpython-dev -f
# Added to have time to ctrl+C
sleep 0.5
done