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
kevana avatar

kevana/ui-for-docker

0
View on GitHub↗
5,066 stars·678 forks·JavaScript·16 views

Ui For Docker

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 requests sent directly to the Docker engine API.

Features

  • Web Control Interfaces - Provides a web interface for controlling containerized environments via direct engine API communication.
  • Management Dashboards - Provides a standalone management dashboard for monitoring and controlling containerized workloads.
  • Docker Container Orchestrators - Serves as a web-based interface for the full lifecycle management and monitoring of Docker containers.
  • Web-Based Container Management - Offers a graphical alternative to the command line for monitoring and administering Docker containers.
  • Docker Daemon Sockets - Establishes direct communication links to the container engine using local sockets or remote TCP.
  • Docker Engine Connections - Provides the necessary connectivity to the Docker daemon via Unix sockets or TCP endpoints.
  • SSL/TLS Connection Security - Ensures secure communication with remote Docker instances using a TLS-encrypted transport layer.
  • TLS Traffic Encryption - Uses TLS certificates and private keys to encrypt and secure traffic between the interface and remote daemons.
  • Container State Visualizations - Provides a visual dashboard for monitoring the state of containerized workloads and system resources.
  • Remote Engine Administration - Enables administration of Docker engines on remote servers via TCP endpoints.
  • REST API Frontends - Implements a browser-based management interface that communicates with the Docker engine via a REST API.
  • Management API TLS Securings - Configures TLS encryption to safely expose the Docker management interface to the network.
  • Stateless Architectures - Employs a stateless architecture that reflects the engine state without maintaining a local database.

Star history

Star history chart for kevana/ui-for-dockerStar history chart for kevana/ui-for-docker

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Ui For Docker

These projects share indexed features with Ui For Docker. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • lirantal/docklylirantal avatar

    lirantal/dockly

    4,019View on GitHub↗

    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 runnin

    JavaScript
    View on GitHub↗4,019
  • grpc/grpc-rustgrpc avatar

    grpc/grpc-rust

    12,338View on GitHub↗

    grpc-rust is a native gRPC framework for Rust designed for building high-performance remote procedure call clients and servers. It provides an asynchronous communication stack and a protocol buffers implementation for encoding, decoding, and generating type-safe code from service definitions. The project enables the implementation of unary and bi-directional data streaming over the HTTP/2 protocol. It includes specialized support for gRPC-Web integration, allowing browser-based clients to communicate with services through protocol translation. The infrastructure covers a broad range of distr

    Rustasyncgrpcproto
    View on GitHub↗12,338
  • apache/httpdapache avatar

    apache/httpd

    4,051View on GitHub↗

    This project is an HTTP web server that delivers web content to clients using HTTP/1.1 and HTTP/2 protocols across various operating systems. It functions as a reverse proxy server, a rule-based URL rewriter, an SSL/TLS termination gateway, and a virtual host manager. The server is capable of hosting multiple distinct domains on a single instance by mapping requests to specific directory structures. It encrypts and decrypts network traffic at the server boundary to secure communication between clients and servers. Additionally, it transforms requested URLs into different paths using a regular

    Chttpd
    View on GitHub↗4,051
  • apache/pinotapache avatar

    apache/pinot

    6,098View on GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Java
    View on GitHub↗6,098
Compare all 30 related projects→

Frequently asked questions

What does kevana/ui-for-docker do?

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.

What are the main features of kevana/ui-for-docker?

The main features of kevana/ui-for-docker are: Web Control Interfaces, Management Dashboards, Docker Container Orchestrators, Web-Based Container Management, Docker Daemon Sockets, Docker Engine Connections, SSL/TLS Connection Security, TLS Traffic Encryption.

Which projects share features with kevana/ui-for-docker?

Projects with overlapping indexed features include: lirantal/dockly — Dockly is a terminal user interface for managing Docker containers and services through an interactive menu. It… apache/httpd — This project is an HTTP web server that delivers web content to clients using HTTP/1.1 and HTTP/2 protocols across… grpc/grpc-rust — grpc-rust is a native gRPC framework for Rust designed for building high-performance remote procedure call clients and… offen/docker-volume-backup — This project is a Docker volume backup tool and data lifecycle manager that archives volume data to local storage,… apache/pinot — Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It… http-party/http-server — This project is a lightweight Node.js web server and command-line tool designed for hosting static assets and…

Curated searches featuring Ui For Docker

Hand-picked collections where Ui For Docker appears.
  • Open Source Docker Management Dashboards