Post docker.container.logs asynchronous as SSE using fast-api and docker
I am trying to create an API that can fetch logs from a docker container and returns them as an event-stream.
I use python as language together with the fastapi and docker package.