Release Notes
Added
- Compose query support with targets: containers, services, networks, volumes, health
- Join support for observe queries across collection targets
logs command to view container logs with tail and filter options
ping command to check Docker daemon connectivity
- Container analysis features: dependencies, density, leaks, drift
json-compact output format
--timeout flag for query execution
.host REPL command to show or set Docker host
- GitHub Pages documentation site with modern DOL branding
- Homebrew installation support (
_brew/dol.rb)
- Shell installer script (
install.sh)
Changed
- Enhanced error reporting with visual cues in parser and REPL
- Enhanced event-driven refresh model for dashboard and top commands
- Enhanced
group_rows function with aggregate support
- Redesigned documentation with modern DOL branding theme
- DOCKER_HOST is now read from CLI args and config before command execution
Fixed
- Various documentation formatting and CI workflow fixes
Install dol 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/genc-murat/DockQL/releases/download/v0.2.0/dol-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/genc-murat/DockQL/releases/download/v0.2.0/dol-installer.ps1 | iex"
Download dol 0.2.0