Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 407 Bytes

doku.md

File metadata and controls

24 lines (19 loc) · 407 Bytes

Doku

Doku is a web-based Docker disk usage monitor.


Screenshot

docker-compose.yml

---
services:
  doku:
    image: amerkurev/doku
    container_name: doku
    ports:
      - 9090:9090
    volumes:
      - '/var/run/docker.sock:/var/run/docker.sock:ro'
      - '/:/hostroot:ro'