Dozzle - Realtime log viewer for docker containers

For those who want to view their Gladys logs (or any other Docker container) in their browser, a very handy tool:

It’s super easy to launch:

docker run --detach --volume=/var/run/docker.sock:/var/run/docker.sock -p 8080:8080 amir20/dozzle

Then you can access the logs with search on port 8080 of your machine.

:warning: Be careful not to expose this port to the internet, it’s only for local use!

Even more practical than Portainer, thanks for the discovery