qnap-docker v0.2.1 - Documentation and Roadmap
πΊοΈ Documentation polish release with comprehensive roadmap
π What's New in v0.2.1
πΊοΈ Development Roadmap Added
- Comprehensive roadmap through v1.0.0 with clear development phases
- Timeline planning with quarterly milestones and priorities
- Community priorities guidance for feature requests and contributions
- Long-term vision for QNAP QTS integration and enterprise features
π Documentation Improvements
- Accurate command count: 21 main commands + 18 subcommands
- Enhanced support section with roadmap reference
- Removed non-existent email support - focus on GitHub issues/discussions
- Community engagement guidelines for better collaboration
π Current Capabilities (Unchanged)
qnap-docker v0.2.1 maintains the complete Docker management suite from v0.2.0:
- 21 Main Commands covering complete Docker workflow
- 18 Subcommands for advanced operations (volume, network, system management)
- Dynamic Docker Detection across QNAP storage pools
- Multi-Volume Support (CACHEDEV, ZFS, USB, external)
- Real-time Operations (logs --follow, stats monitoring)
- Interactive Execution (exec -it with TTY support)
π£οΈ Roadmap Highlights
Upcoming Releases
- v0.2.2 (Oct 2025): Comprehensive integration testing
- v0.3.0 (Q4 2025): Enhanced compose operations
- v0.4.0 (Q1 2026): Multi-NAS support with profiles
- v0.5.0 (Q2 2026): Health monitoring & operations
- v1.0.0 (Q4 2026): Enterprise-ready with QTS integration
Long-term Vision
- QTS Integration: Native QTS package with web interface
- Advanced Features: Docker Swarm, secrets management, CI/CD
- Enterprise Tools: Role-based access, audit logging, API server
β Verified Compatibility
- QNAP Container Station - Dynamic detection across storage pools
- Docker 27.1.2-qnap4 - Tested on real QNAP hardware
- ZFS & CACHEDEV - Full support for all QNAP storage types
- Multi-Platform - macOS (Intel/Apple Silicon), Linux (amd64/arm64)
π¦ Installation
Homebrew (Recommended)
brew tap scttfrdmn/qnap-docker
brew install qnap-dockerDirect Download
Download the appropriate binary for your platform from the assets below.
π Quick Start
# Setup connection
qnap-docker init your-nas.local
# Deploy container with networking
qnap-docker run nginx:latest --name web --port 80:80
qnap-docker network create app-net --subnet 172.20.0.0/16
qnap-docker network connect app-net web
# Monitor and manage
qnap-docker logs web --follow
qnap-docker stats --all --no-stream
qnap-docker system df --verboseπ Resources
- π Full Documentation
- πΊοΈ Development Roadmap
- π Issue Tracker
- π¬ Discussions
Sister project to syno-docker for Synology NAS systems.
Made with β€οΈ for the QNAP community