it could be easier with dind...

Signed-off-by: ITQ <itq.dev@ya.ru>
This commit is contained in:
ITQ
2025-11-22 00:28:04 +03:00
parent be6888f504
commit ce01adfc2d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -255,8 +255,8 @@ test:
- | - |
( (
while true; do while true; do
podman-compose -f compose.yaml $PROFILES logs -f 2>&1 podman-compose -f compose.yaml $PROFILES logs 2>&1
sleep 1 sleep 30
done done
) | grep "Error: no container" -v | tee -a compose.log & ) | grep "Error: no container" -v | tee -a compose.log &
- LOGS_PID=$! - LOGS_PID=$!
+1 -1
View File
@@ -1,3 +1,3 @@
[engine] [engine]
log_driver = "k8s-file"
events_logger = "file" events_logger = "file"
log_driver="k8s-file"