Available for Windows, macOS, and Linux
Version: v2.0.0-gordon
# 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
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