Isaiah

Get a self-hostable web UI to manage your Docker resources. Control containers, images, volumes, and networks with a lightweight, responsive interface.

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:

  • Full Resource Control: Perform bulk actions like updating, pausing, or restarting stacks and containers. Create and edit docker-compose.yml files directly in your browser.
  • In-Depth Inspection: View live logs and resource stats, inspect configurations, and open a shell directly inside a container from the web interface.
  • Advanced Deployment Options: Manage multiple Docker environments with built-in support for multi-node and multi-host deployments, allowing you to control a distributed fleet from a single dashboard.
  • Secure & Accessible: Protect your instance with a master password or integrate it with forward proxy authentication services like Authelia for SSO.
  • Highly Customizable: The interface is responsive for desktop, tablet, and mobile use. Customize the look and feel with custom CSS theming and configure behavior extensively via an .env file.

Directory Structure

isaiah
.env
docker-compose.yml

docker-compose.yml

services:
  isaiah:
    image: mosswill/isaiah:latest
    container_name: isaiah
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock

.env

# No sensitive environment variables are required for the default setup.

Share:

Ad
Favicon

 

  
 

Similar to Isaiah

Favicon

 

  
  
Favicon

 

  
  
Favicon