凭据访问
Reads Docker registry auth, mounted secrets, build args, and files exposed through volume mounts.
代理安全
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.
安装
brew install dockerlocal Homebrew formula metadata
sudo port install dockerMacPorts ports tree · devel/docker/Portfile · 来源: api.github.com
sudo apk add dockerAlpine Linux edge package indexes · docker · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#dockernixpkgs package indexes · docker · 来源: raw.githubusercontent.com
sudo pacman -S dockerArch Linux sync databases · docker · 来源: geo.mirror.pkgbuild.com
sudo zypper install dockeropenSUSE Tumbleweed package metadata · docker · 来源: download.opensuse.org
sudo apt install wmdockerDebian stable package indexes · wmdocker · 来源: deb.debian.org
sudo dnf install moby-engineFedora Rawhide package metadata · moby-engine · 来源: dl.fedoraproject.org
choco install dockerChocolatey community package catalog · docker · 来源: community.chocolatey.org
scoop install main/dockerScoop official bucket manifest trees · bucket/docker.json · 来源: api.github.com
winget install --id Docker.DockerDesktop -eWindows Package Manager source index · Docker.DockerDesktop · 来源: cdn.winget.microsoft.com
概览
Pack, ship and run any application as a lightweight container
历史
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.
审批门
本地审批门种子包含 6 条适用于 docker 的规则。覆盖的入口点:docker。严重级别:严重, 高。覆盖状态:partial,审核于 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.json可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
docker | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:docker |
|---|---|
| 版本 | 29.6.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/docker |
| 主页 | https://www.docker.com/ |
| 仓库 | https://github.com/docker/cli |
| 上游文档 | https://docs.docker.com/get-started/docker-overview |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/docker/cli.git |
| 最后更新 | 2026-06-26T15:34:47Z |
| Pulse | updated |
| 构建依赖 | go, go-md2man |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 docker来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.