systems:docker_main:install_docker_containers:install_dozzle
This is an old revision of the document!
Table of Contents
Systems - Docker Main - Install Docker Containers - Install Dozzle
Dozzle monitors Docker logs.
- It does not store any log files.
- It is for live monitoring of container logs only.
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:
- Select the Dozzle Container.
- Click the Duplicate/Edit
- Scroll down to Advanced Container Settings“. * Select Restart Policy. * Change to Unless Stopped. * Click Deploy the Container. —- ===== 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
systems/docker_main/install_docker_containers/install_dozzle.1626351677.txt.gz · Last modified: 2021/07/15 12:21 by peter