dockDB is a desktop application for deploying and managing databases and data tools across multiple remote hosts using Docker containers. Built with Wails (Go backend + Vue.js frontend).
- Docker App Store: One-click deployment of pre-configured databases and tools
- Multi-Host Management: Manage multiple remote servers via SSH from one interface
- Real-Time Monitoring: Host and application status at a glance
- Cross-Platform: Available for Windows, macOS, and Linux
- Open Source: Fully open source under the MIT license
![]() |
![]() |
![]() |
| App Store | Host Management | Terminal |
- Docker installed on target hosts
- Go 1.21+
- Node.js 18+
- Wails CLI
git clone https://github.com/dataxcash/dockdb.git
cd dockdb
wails devwails build├── backend/ # Go backend (Wails)
├── frontend/src/ # Vue.js frontend
├── build/ # Build config & icons
├── assets/ # App resources
├── main.go # Entry point
└── wails.json # Wails configuration
MIT License — see LICENSE file for details.


