Playbook: fetch container logs from journald

Posted . Visible to the public. Repeats.

docker

journalctl _CMDLINE=dockerd

podman

journalctl SYSLOG_IDENTIFIER=podman

identifying potential filter fields

journalctl -o verbose
journalctl -o json | jq
Moritz Kraus
Last edit
Andreas Vöst
Tags
License
Source code in this card is licensed under the MIT License.