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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kevana avatar

kevana/ui-for-docker

0
View on GitHub↗
5,066 stele·678 fork-uri·JavaScript·6 vizualizări

Ui For Docker

ui-for-docker este un dashboard web și o interfață de gestionare pentru controlul și monitorizarea containerelor Docker. Oferă o alternativă grafică la linia de comandă pentru vizualizarea stării sarcinilor de lucru containerizate și administrarea motoarelor Docker.

Interfața se conectează la daemon-ul Docker prin socket-uri Unix locale sau endpoint-uri TCP la distanță. Utilizează certificate și chei TLS pentru a securiza comunicarea cu motoarele la distanță și suportă restricționarea accesului prin autentificare HTTP de bază printr-un reverse proxy.

Sistemul operează ca un frontend web stateless care traduce acțiunile utilizatorului în cereri trimise direct către API-ul motorului Docker.

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.

Istoric stele

Graficul istoricului de stele pentru kevana/ui-for-dockerGraficul istoricului de stele pentru kevana/ui-for-docker

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Ui For Docker

Colecții selectate manual în care apare Ui For Docker.
  • Dashboard-uri open source pentru management Docker

Alternative open-source pentru Ui For Docker

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Ui For Docker.
  • lirantal/docklyAvatar lirantal

    lirantal/dockly

    4,019Vezi pe 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
    Vezi pe GitHub↗4,019
  • grpc/grpc-rustAvatar grpc

    grpc/grpc-rust

    12,338Vezi pe 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
    Vezi pe GitHub↗12,338
  • apache/httpdAvatar apache

    apache/httpd

    4,051Vezi pe 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
    Vezi pe GitHub↗4,051
  • apache/pinotAvatar apache

    apache/pinot

    6,098Vezi pe 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
    Vezi pe GitHub↗6,098
Vezi toate cele 30 alternative pentru Ui For Docker→

Întrebări frecvente

Ce face kevana/ui-for-docker?

ui-for-docker este un dashboard web și o interfață de gestionare pentru controlul și monitorizarea containerelor Docker. Oferă o alternativă grafică la linia de comandă pentru vizualizarea stării sarcinilor de lucru containerizate și administrarea motoarelor Docker.

Care sunt principalele funcționalități ale kevana/ui-for-docker?

Principalele funcționalități ale kevana/ui-for-docker sunt: 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.

Care sunt câteva alternative open-source pentru kevana/ui-for-docker?

Alternativele open-source pentru kevana/ui-for-docker includ: 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…