This commit is contained in:
2026-02-26 17:11:18 +01:00
parent 8ef830e1ad
commit b421086235
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
cont/code/__pycache__
cont/code/venv

8
cont/conf/contLogs.sh Normal file
View File

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