Download Docker CLI v2

Available for Windows, macOS, and Linux

Version: v2.0.0-gordon

🪟 Windows
🍎 macOS
🐧 Linux
📦 Source Code

🪟 Windows Installation

Installer (Recommended)

Easy installation wizard with automatic PATH configuration

Download .exe (64-bit)

Portable Binary

No installation required, extract and run

Download .zip (64-bit)

Chocolatey

Package manager for Windows

choco install docker-cli-v2

Winget

Windows Package Manager

winget install DockerCLI.DockerCLIv2
System Requirements
  • Windows 10/11 (64-bit)
  • WSL2 (for Docker Desktop replacement)
  • Docker Engine or Podman installed

🍎 macOS Installation

DMG Installer (Recommended)

Drag and drop installation

Download .dmg (Universal)

Homebrew

Package manager for macOS

brew tap kentstone84/docker-cli-v2 brew install docker-cli-v2

Apple Silicon (M1/M2)

Native ARM64 binary

Download (ARM64)

Intel Mac

x64 binary for Intel processors

Download (x64)
System Requirements
  • macOS 11 Big Sur or later
  • Docker Desktop, Colima, or Podman installed
  • Xcode Command Line Tools (for Homebrew)

🐧 Linux Installation

Install Script (Recommended)

Automatic installation for all distros

curl -sSL https://dockercli.com/install.sh | bash

Debian/Ubuntu (.deb)

Package for Debian-based systems

Download .deb
sudo dpkg -i docker-cli-v2_2.0.0_amd64.deb

RHEL/Fedora (.rpm)

Package for Red Hat-based systems

Download .rpm
sudo rpm -i docker-cli-v2-2.0.0-1.x86_64.rpm

Arch Linux (AUR)

Available in AUR

yay -S docker-cli-v2

Snap Package

Universal Linux package

sudo snap install docker-cli-v2

Static Binary

Portable binary for any Linux distro

Download (x64)
System Requirements
  • Linux kernel 3.10 or later
  • Docker Engine, Podman, or nerdctl installed
  • glibc 2.17 or later

📦 Build from Source

# Clone the repository git clone https://github.com/kentstone84/Docker-CLI.git cd Docker-CLI # Run the interactive installer ./install.sh # Or build manually with Go go build -o docker-cli-v2 ./cmd
Build Requirements
  • Go 1.21 or later
  • Git
  • Make (optional, for Makefile builds)
Download Source (.zip) View on GitHub

🚀 After Installation

Verify your installation and explore the features:

# Verify installation docker2 version # Try natural language commands docker2 gordon "show me my containers" # Launch interactive menu (Docker Desktop replacement) docker2 menu # Visualize your infrastructure docker2 topology # Create your first snapshot docker2 snapshot create "initial-state" # Optimize performance docker2 tune --auto