docker

officialscriptablepopularcautioncontainers / infrabrew

Docker · Containers, images, and compose workflows from the terminal.

$ brew install --cask docker
One-liner to try
$ docker run hello-world

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Great for agents · 75/100
Verify
docker version
Agent URL
/cli/docker/agent.md

Quick reference

Installbrew install --cask docker
Verifydocker version
First commanddocker run hello-world

About

The official CLI from Docker. Containers, images, and compose workflows from the terminal. Supports structured output — good for scripts and agents.

Example workflow

1. docker run hello-world

Alternatives worth considering