You can use Vector with its docker_logs source to
collect logs from your Docker containers and send them to Honeybadger Insights.
This example collects logs from all running containers:
# Put this in vector.yaml
sources:
docker:
type: "docker_logs"