Docker Compose is a tool for defining and running multi-container applications through declarative configuration files. It functions as an application lifecycle manager, coordinating the startup, shutdown, and scaling of interconnected services within isolated environments. By using a standardized configuration format, it enables infrastructure as code, allowing developers to manage complex application stacks and their dependencies in a single, repeatable file. The project distinguishes itself by integrating directly with the broader Docker platform, leveraging a client-server architecture wh
Lazydocker is a terminal-based command-line utility that provides an interactive dashboard for monitoring and controlling containerized environments. It functions as a text-based user interface, allowing users to manage containers, images, and volumes directly within a terminal emulator through keyboard-driven navigation. The tool distinguishes itself by replacing manual command-line sequences with a unified workspace that communicates directly with the Docker daemon via the local Unix domain socket. It maintains state synchronization by listening to real-time container events and utilizes co
Dozzle is a web-based dashboard designed for the real-time monitoring and management of Docker container environments. It provides a centralized interface to stream live logs, track resource utilization, and perform administrative tasks across multiple host environments. The platform distinguishes itself by offering an interactive terminal emulator that allows users to execute commands directly within running containers from a browser. It also includes built-in alerting capabilities, enabling users to monitor log streams for specific patterns and receive automated notifications when critical
Dockge is a web-based management interface for containerized applications that utilizes configuration files as the primary source of truth. It provides a centralized dashboard for orchestrating container stacks, allowing users to create, edit, and control services directly through a graphical interface rather than the command line. The platform distinguishes itself by offering a migration utility that converts manual container execution commands into structured configuration files. It supports the management of distributed infrastructure by connecting to multiple remote hosts from a single in
A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.
selfhostedpro/yacht की मुख्य विशेषताएं हैं: Container Management, Infrastructure and Management, Docker।
selfhostedpro/yacht के ओपन-सोर्स विकल्पों में शामिल हैं: jesseduffield/lazydocker — Lazydocker is a terminal-based command-line utility that provides an interactive dashboard for monitoring and… moby/swarmkit — A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based… amir20/dozzle — Dozzle is a web-based dashboard designed for the real-time monitoring and management of Docker container environments.… docker/compose — Docker Compose is a tool for defining and running multi-container applications through declarative configuration… louislam/dockge — Dockge is a web-based management interface for containerized applications that utilizes configuration files as the… portainer/portainer — Portainer is a unified infrastructure management platform that provides a centralized control plane for deploying,…