Skip to content

qnap-docker v0.2.1 - Documentation and Roadmap

Choose a tag to compare

@scttfrdmn scttfrdmn released this 15 Sep 01:28
· 6 commits to main since this release

πŸ—ΊοΈ 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-docker

Direct 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

Sister project to syno-docker for Synology NAS systems.


Made with ❀️ for the QNAP community