Skip to content

Commit

Permalink
Merge pull request #236 from 0xtter/develop
Browse files Browse the repository at this point in the history
Fix docker stats configuration
  • Loading branch information
tclahr authored Jun 12, 2024
2 parents 1105a8e + 1b9dda5 commit 9aac79e
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 9aac79e

Please sign in to comment.