Credential access
Reads Docker registry auth, mounted secrets, build args, and files exposed through volume mounts.
brew / approval gates
Pack, ship and run any application as a lightweight container. Version 29.6.1 via Homebrew; verified 2026-06-26.
agent safety
docker controls containers, images, mounts, registries, and local build state that agents can use to reach host files.
Reads Docker registry auth, mounted secrets, build args, and files exposed through volume mounts.
Can push images, change containers, and alter running local or remote Docker contexts.
Can build and publish images that become production artifacts.
Gate image pushes, privileged containers, host mounts, and context changes.
Allow local inspection and builds with constrained mounts; require approval for registry pushes and privileged execution.
install
brew install dockerlocal Homebrew formula metadata
sudo port install dockerMacPorts ports tree · devel/docker/Portfile · source: api.github.com
sudo apk add dockerAlpine Linux edge package indexes · docker · source: dl-cdn.alpinelinux.org
sudo apt install wmdockerDebian stable package indexes · wmdocker · source: deb.debian.org
sudo dnf install moby-engineFedora Rawhide package metadata · moby-engine · source: dl.fedoraproject.org
nix profile install nixpkgs#dockernixpkgs package indexes · docker · source: raw.githubusercontent.com
sudo pacman -S dockerArch Linux sync databases · docker · source: geo.mirror.pkgbuild.com
sudo zypper install dockeropenSUSE Tumbleweed package metadata · docker · source: download.opensuse.org
choco install dockerChocolatey community package catalog · docker · source: community.chocolatey.org
scoop install main/dockerScoop official bucket manifest trees · bucket/docker.json · source: api.github.com
winget install --id Docker.DockerDesktop -eWindows Package Manager source index · Docker.DockerDesktop · source: cdn.winget.microsoft.com
overview
Pack, ship and run any application as a lightweight container
history
Docker is the package that made container workflows a default part of developer tooling. The Homebrew docker formula installs the CLI, but the broader Docker project combines the command-line client, daemon, image format, registry workflows, Docker Hub, Docker Desktop, Compose, BuildKit, and related projects into the everyday vocabulary of build, ship, and run.
Docker's documentation defines Docker as an open platform for developing, shipping, and running applications, using containers as lightweight isolated environments. The docker/cli repository is the home of the Docker CLI, the command-line client that talks to the Docker daemon over the Docker API.
Docker's architecture joined a local client, a daemon, images, containers, registries, and distribution workflows into one approachable developer interface. Over time, major parts of the ecosystem were split or formalized into related projects such as Docker Distribution, containerd, runc, BuildKit, Compose, and Docker Desktop.
Docker spread because it made containerized development and CI/CD reproducible with ordinary commands such as docker build, run, pull, push, and compose-oriented workflows. Docker Hub provided the default public registry, and package managers made the CLI easy to install even on systems where the daemon or Desktop app came from a separate package.
The tool's adoption also reshaped packaging expectations. Application projects began shipping Dockerfiles, official images, compose files, and registry tags as part of their release surface. For many developers, installing docker became the practical entry point for running databases, language runtimes, build services, and whole application stacks locally.
The docker command is the primary way many users interact with Docker. The client sends commands such as docker run to dockerd, which builds, runs, and distributes containers. Users pull and push images through registries, build images from Dockerfiles, inspect containers and images, manage networks and volumes, and configure CLI behavior in ~/.docker/config.json or through DOCKER_CONFIG.
For package nerds, docker is significant because it moved a large amount of software distribution from host-native packages to OCI-style images and registries. It also became a dependency of development workflows: a package manager entry for docker often means access to thousands of image-packaged tools rather than only one executable.
The CLI package is also interesting because it is only one face of Docker. On macOS, the standalone CLI, Docker Desktop, credential helpers, Compose, Buildx, and the daemon are related but not always delivered by the same package. That split makes docker a useful case study in how package managers model large developer platforms.
approval gates
The local approval-gate seed includes 6 rules for docker. Covered entrypoints: docker. Severity labels: critical, high. Coverage: partial, reviewed 2026-05-21.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.docker/config.jsonCredential-bearing paths to review before unattended agent runs.
~/.docker/config.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
docker | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:docker |
|---|---|
| Version | 29.6.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/docker |
| Homepage | https://www.docker.com/ |
| Repository | https://github.com/docker/cli |
| Upstream docs | https://docs.docker.com/get-started/docker-overview |
| License | Apache-2.0 |
| Source archive | https://github.com/docker/cli.git |
| Last updated | 2026-06-26T15:34:47Z |
| Pulse | updated |
| Build dependencies | go, go-md2man |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | docker |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
wmdocker 1.5-4+b1
System tray for KDE3/GNOME2 docklet applications
sudo apt install wmdockerdocker
nix profile install nixpkgs#dockerwmdocker 1.5-4build3
System tray for KDE3/GNOME2 docklet applications
sudo apt install wmdockerdocker 29.5.3-r0
Pack, ship and run any application as a lightweight container
sudo apk add dockerdocker-bash-completion 29.5.3-r0
Bash completions for docker
sudo apk add docker-bash-completiondocker-cli 29.5.3-r0
Docker CLI
sudo apk add docker-clidocker-doc 29.5.3-r0
Documentation for Docker
sudo apk add docker-docdocker-engine 29.5.3-r0
Docker Engine (dockerd)
sudo apk add docker-enginedocker-fish-completion 29.5.3-r0
Fish completions for docker
sudo apk add docker-fish-completiondocker-openrc 29.5.3-r0
Pack, ship and run any application as a lightweight container (OpenRC init scripts)
sudo apk add docker-openrcdocker-rootless-extras 29.5.3-r0
Extras to run docker as in rootless mode
https://docs.docker.com/engine/security/rootless/
sudo apk add docker-rootless-extrasdocker-rootless-extras-openrc 29.5.3-r0
OpenRC scripts for running docker in rootless mode
sudo apk add docker-rootless-extras-openrcdocker-systemd 29.5.3-r0
Pack, ship and run any application as a lightweight container (systemd files)
sudo apk add docker-systemddocker-zsh-completion 29.5.3-r0
Zsh completions for docker
sudo apk add docker-zsh-completionmoby-engine 29.5.3-1.fc45
The open-source application container engine
sudo dnf install moby-enginedocker 1:29.5.2-1
Pack, ship and run any application as a lightweight container
sudo pacman -S dockersource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.