From 8c0fd0b960c08cbe27cf81f30a830deb84412c1a Mon Sep 17 00:00:00 2001 From: Abian Suarez <33789675+AbianS@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:54:46 +0100 Subject: [PATCH] Add Docker DB Manager - Desktop app for managing Docker database containers (#1194) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b05ebb7..40beb95 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker/) Native desktop applications for managing and monitoring docker hosts and clusters - [Docker Desktop](https://www.docker.com/products/docker-desktop/) - Official native app. Only for Windows and MacOS +- [Docker DB Manager](https://github.com/AbianS/docker-db-manager) - Desktop app for managing Docker database containers with visual interface and one-click operations. - [Dockeron](https://github.com/dockeron/dockeron) :skull: - A project built on Electron + Vue.js for Docker on desktop. [@fluency03](https://github.com/fluency03) - [DockStation](https://github.com/DockStation/dockstation) - A developer centric UI to configure, monitor, and manage services and containers [@dock_station](https://twitter.com/dock_station) - [Lifeboat](https://github.com/jplhomer/lifeboat) - :skull: An easy way to launch Docker projects with a graphical interface on your Mac. [@jplhomer](https://github.com/jplhomer)