Credential access
Reads Docker registry auth, mounted secrets, build args, and files exposed through volume mounts.
brew / approval gates / rank 81
Pack, ship and run any application as a lightweight container. Version 29.7.1 via Homebrew; verified 2026-07-31.
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 dockerprovider-native install command
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 | executable | indexed executable | Discovered from the local executable index. |
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.7.1 |
| Package manager | Homebrew |
| Homepage | https://www.docker.com/ |
| Repository | https://github.com/docker/cli |
| Last updated | 2026-07-31T21:29:21Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source 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.