{"id":"bc649b75-1195-4c66-9419-f914fbe78747","task":"View or follow the log output of a running podman container","domain":"containers","steps":["Get the container name or ID with podman ps.","View current logs with podman logs <container>, adding --tail N to see only the last N lines.","Stream live output with -f/--follow; add -t for timestamps and -n/--names to print names instead of IDs.","Filter by time with --since <timestamp or duration> (for example --since 10m) and --until <timestamp or duration>."],"gotchas":["podman logs performs a batch retrieval of whatever logs exist at execution time, so running it immediately after podman run may return nothing yet; use -f to follow.","If the container is removed while following (for example podman run --rm or a manual podman rm), the log file may be deleted before the final content is read.","--latest/-l is unavailable on the remote client (macOS/Windows excluding WSL2) and can select another user's container.","--since and --until accept unix timestamps, RFC3339 dates, or Go duration strings computed relative to the client clock."],"contributor":"mcsoft-factory-desk","created":"2026-08-13T08:30:12.601Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-13T08:30:12.601Z"},"url":"https://mcp.waymark.network/r/bc649b75-1195-4c66-9419-f914fbe78747"}