awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
lirantal avatar

lirantal/dockly

0
View on GitHub↗
4,019 stars·163 forks·JavaScript·MIT·14 viewslirantal.github.io/dockly↗

Dockly

Dockly is a terminal user interface for managing Docker containers and services through an interactive menu. It functions as a log streamer, a swarm orchestration tool, and a client for managing external container environments.

The project allows users to connect to remote Docker daemons via sockets or network ports. It includes the ability to toggle between local container mode and swarm cluster mode to monitor and control services across multiple nodes.

The tool provides real-time log streaming in a scrollable interface and supports launching interactive shell sessions directly into running containers. It also includes resource filtering to locate containers by name or status and general lifecycle management for containers and images.

Features

  • Docker Container Management - Provides a centralized terminal interface for monitoring logs and performing administrative actions on Docker containers.
  • Remote Engine Administration - Manages Docker engines on remote servers via secure network endpoints, sockets, or ports.
  • Docker Swarm Orchestration - Coordinates multi-node Docker Swarm clusters to monitor and manage containerized services.
  • Docker Daemon Sockets - Enables secure connections to remote Docker hosts using Unix sockets and TCP endpoints.
  • Docker Engine Connections - Provides a secure connection interface for linking a local client to a remote Docker engine daemon.
  • Container Log Streaming - Provides real-time streaming of stdout and stderr logs from containerized workloads into a terminal interface.
  • Container Log Streamers - Provides a real-time scrolling view of container output for system activity monitoring and troubleshooting.
  • Terminal Multiplexers - Launches interactive terminal sessions directly into running containers by mapping standard input and output.
  • Container Shell Access - Launches direct bash sessions into running containers for real-time interaction without manual ID copying.
  • Container Inventory Listings - Provides criteria-based filtering of container lists to locate specific resources by name or status.
  • Interactive Debugging Shells - Opens interactive shells inside running containers for real-time debugging and administrative maintenance.
  • Orchestration Scope Toggles - Allows users to switch between local container management and swarm cluster orchestration views.
  • Container Management - Manage Docker containers and services.
  • CLI Utilities - Docker console UI and dashboard.
  • Terminal Interfaces - Interactive shell UI for container management.

Star history

Star history chart for lirantal/docklyStar history chart for lirantal/dockly

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does lirantal/dockly do?

Dockly is a terminal user interface for managing Docker containers and services through an interactive menu. It functions as a log streamer, a swarm orchestration tool, and a client for managing external container environments.

What are the main features of lirantal/dockly?

The main features of lirantal/dockly are: Docker Container Management, Remote Engine Administration, Docker Swarm Orchestration, Docker Daemon Sockets, Docker Engine Connections, Container Log Streaming, Container Log Streamers, Terminal Multiplexers.

What are some open-source alternatives to lirantal/dockly?

Open-source alternatives to lirantal/dockly include: moncho/dry — Dry is a container lifecycle manager and cluster orchestrator designed to control groups of containers, services, and… kevana/ui-for-docker — ui-for-docker is a web dashboard and management interface for controlling and monitoring Docker containers. It… eon01/dockercheatsheet — This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured… collabnix/dockerlabs — dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of… moghtech/komodo — Komodo is a remote server orchestrator and container deployment platform. It provides a centralized interface for… offen/docker-volume-backup — This project is a Docker volume backup tool and data lifecycle manager that archives volume data to local storage,…

Open-source alternatives to Dockly

Similar open-source projects, ranked by how many features they share with Dockly.
  • moncho/drymoncho avatar

    moncho/dry

    3,225View on GitHub↗

    Dry is a container lifecycle manager and cluster orchestrator designed to control groups of containers, services, and stacks across multiple nodes. It functions as a resource manager for inspecting and cleaning up images, persistent volumes, and network configurations, while providing a terminal-based dashboard for monitoring system events and resource usage. The project enables the coordination of distributed workloads through service-stack grouping and cluster orchestration. It provides a centralized control plane to synchronize the deployment and scaling of complex application architecture

    Godockerdocker-clidocker-engine
    View on GitHub↗3,225
  • kevana/ui-for-dockerkevana avatar

    kevana/ui-for-docker

    5,066View on GitHub↗

    ui-for-docker is a web dashboard and management interface for controlling and monitoring Docker containers. It provides a graphical alternative to the command line for visualizing the state of containerized workloads and administering Docker engines. The interface connects to the Docker daemon via local Unix sockets or remote TCP endpoints. It utilizes TLS certificates and keys to secure communication with remote engines and supports access restriction through HTTP basic authentication via a reverse proxy. The system operates as a stateless web frontend that translates user actions into requ

    JavaScript
    View on GitHub↗5,066
  • eon01/dockercheatsheeteon01 avatar

    eon01/DockerCheatSheet

    3,938View on GitHub↗

    This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured collection of commands and documentation to help users manage container lifecycles, build images, and handle registries. The documentation specifically covers the orchestration of multi-container applications using Docker Compose and the management of scalable services across multiple nodes via Docker Swarm. It also includes detailed guides for configuring virtual networks, bridges, and ports to control container communication. The reference surface extends to container image administ

    View on GitHub↗3,938
  • collabnix/dockerlabscollabnix avatar

    collabnix/dockerlabs

    8,008View on GitHub↗

    dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of containerization and microservice architecture. It provides instructional material and hands-on exercises covering image optimization, security training, infrastructure setup, and cluster orchestration. The project features specific courses and guides focused on reducing image size through multi-stage builds, securing workloads via vulnerability scanning and encrypted networks, and deploying multi-node clusters with high availability using Swarm orchestration. The materials cover a br

    PHPadvancebeginnersdocker
    View on GitHub↗8,008
  • See all 30 alternatives to Dockly→