Isaiah is a self-hostable service that provides a web-based interface for managing your Docker resources, inspired by the command-line application lazydocker. It offers a complete solution for controlling your Docker fleet from a browser, packaged in a lightweight ~4MB executable. This tool is for users who want a simple, responsive UI without the complexity of larger management platforms.
You can manage your entire Docker environment, including stacks, containers, images, volumes, and networks. It provides a comprehensive set of features for both individual resource management and bulk operations.
Key features include:
docker-compose.yml files directly in your browser..env file.services:
isaiah:
image: mosswill/isaiah:latest
container_name: isaiah
restart: unless-stopped
ports:
- 8080:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock# No sensitive environment variables are required for the default setup.Auto-fetched about 14 hours ago
Auto-fetched about 14 hours ago