docker
officialscriptablepopularcautioncontainers / infrabrew
Docker · Containers, images, and compose workflows from the terminal.
$ brew install --cask dockerOne-liner to try
$ docker run hello-worldAgent pack
Quick reference
Install
brew install --cask dockerVerify
docker versionFirst command
docker run hello-worldMachine JSON
/cli/docker.jsonAbout
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