Skip to content
Discussion options

You must be logged in to vote

Hi @wsw70 ,

Ideally I would just POST my log to dozzle but there is no API (which I understand). As a workaround (and because I really want to use dozzle everywhere :)) I am assessing my options.

Dozzle is a simple wrapper around Docker API. It has no database. It is not capable of storing any logs. Docker stores logs on disk and exposes them over an API. Dozzle uses that API to paginate.

One is to write a proxy container that would transfer the incoming log to its console, and therefore ultimately to dozzle.
Another one is to use something someone may have invented before :)

This has been discussed here https://dozzle.dev/guide/log-files-on-disk

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wsw70
Comment options

Answer selected by wsw70
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants