You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2025. It is now read-only.
I'm trying to run riot as a Docker container. Since I'm planning to run live replication on a pretty huge DB, I would like to get the logs from riot into a logging solution such as ELK.
When I run the container in foreground with docker run -it, I'm able to see the continuous progress in stdout.
However, when I run the container with docker run -d, I'm unable to get continuous progress in the logs.
I tried using several different parameter combinations,