Dashboard for managing multiple docker containers with web interfaces.
153
A sleek, resizable grid dashboard for managing local container web UIs. All tile positions and sizes persist in SQLite.
docker compose up -d
npm install
npm start # or: npm run dev (with auto-reload)
If your other containers expose ports on the host, use http://localhost:PORT or http://host.docker.internal:PORT (see the commented extra_hosts in docker-compose.yml).
For containers on the same Docker network, use the service name: http://myservice:PORT.
| Item | Default |
|---|---|
| HTTP port | 3000 |
| SQLite DB | Docker volume dashboard_data |
| Uploaded images | Docker volume dashboard_uploads |
Override the port by changing 3000:3000 in docker-compose.yml.
Content type
Image
Digest
sha256:9ee0856f7…
Size
163.4 MB
Last updated
5 months ago
docker pull gibigbig/container-dash