Dozzle logo

Dozzle

Real-time logging and monitoring for Docker in the browser.

#monitoring #Docker

Getting Started

  1. Create a folder and move to the folder
    mkdir dozzle && cd dozzle
    
  2. 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
    
  3. Run the following command to start the container:
    docker compose up -d
    
  4. Open the browser and go to http://localhost:8080 to access the Dozzle.