Table of Contents

Systems - Docker Main - Install Docker Containers - Install Dozzle

Dozzle monitors Docker logs.


Install Dozzle

Within the Docker Main host, run:

docker run --name dozzle -d --volume=/var/run/docker.sock:/var/run/docker.sock -p 8888:8080 amir20/dozzle:latest

Confirm Dozzle is running

Open Portainer.

Press F5 to refresh.

NOTE: This should show the Dozzle container running.


Edit Restart Policy

Within Portainer:

NOTE: This ensures that the container starts automatically if the host is restarted.


Open Dozzle

Visit http://192.168.1.30:8888 in a browser.

NOTE: The IP address is whatever the Ubuntu VM is using.

  • The 8888 port is the default for Dozzle.

References

https://github.com/amir20/dozzle