1.0.0
π DockDev v1.0.0
The first stable release of DockDev β a CLI tool for managing Docker-based development environments with automatic reverse proxy, static IP mapping, and Windows hosts integration.
β Features
- π§ Create isolated Docker projects with NGINX, PHP, Redis, Node and more
- π Reverse proxy configuration auto-generated per domain
- π Custom domain access via
.local,.test, etc - π§ Static IP assignment stored in
.ipmap.env - πͺ Automatically updates
Windows hostsfile - π Includes shared MySQL container accessible from any dev project
- π Auto-reloads NGINX or restarts on failure
π§± Structure
src/β source code (Go)templates/β reusable Docker/NGINX config templatesshared-services/β reverse proxy and shared MySQLdomains/β per-project isolated Docker appsdist/β built binaries
π» Platform Compatibility
| Platform | Status |
|---|---|
| Windows 10/11 + WSL2 | β Recommended |
π₯ Installation
Use the dockdev binary from the dist/ folder, or compile it yourself using:
GOOS=linux GOARCH=amd64 go build -o dockdev ./cmd