Skip to content

0.2.0 - 2026-06-01

Choose a tag to compare

@github-actions github-actions released this 01 Jun 08:17

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

File Platform Checksum
dol-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dol-x86_64-apple-darwin.tar.xz Intel macOS checksum
dol-x86_64-pc-windows-msvc.zip x64 Windows checksum
dol-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dol-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum