Skip to content

Commit

Permalink
Fix docker stats configuration
Browse files Browse the repository at this point in the history
Causing process to "freeze" during collection
  • Loading branch information
0xtter committed Jun 11, 2024
1 parent 3c7169c commit 1b9dda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/live_response/containers/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ artifacts:
supported_os: [linux]
collector: command
foreach: docker container ps --all | sed 1d | awk '{print $1}'
command: docker stats %line%
command: docker stats --all --no-stream --no-trunc %line%
output_file: docker_stats_%line%.txt

0 comments on commit 1b9dda5

Please sign in to comment.