Dozzle
Real-time logging and monitoring for Docker in the browser.
#monitoring #Docker
Getting Started
- Create a folder and move to the folder
mkdir dozzle && cd dozzle
- Create a
docker-compose.yml
file and add the following content:services: dozzle: image: amir20/dozzle:v8 volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - 8080:8080
- Run the following command to start the container:
docker compose up -d
- Open the browser and go to http://localhost:8080 to access the Dozzle.