凭据访问
Reads machine certificates, SSH keys, and Docker host credentials.
代理安全
docker-machine provisions and manages Docker hosts and credentials.
Reads machine certificates, SSH keys, and Docker host credentials.
Can create, remove, start, stop, and configure Docker hosts.
Can expose or replace infrastructure used for container workloads.
Gate create, rm, regenerate-certs, env, and host mutation commands.
Allow inspect/status; require approval for host creation, deletion, and credential export.
安装
brew install docker-machinelocal Homebrew formula metadata
sudo port install docker-machineMacPorts ports tree · devel/docker-machine/Portfile · 来源: api.github.com
sudo pacman -S docker-machineArch Linux sync databases · docker-machine · 来源: geo.mirror.pkgbuild.com
choco install docker-machineChocolatey community package catalog · docker-machine · 来源: community.chocolatey.org
scoop install main/docker-machineScoop official bucket manifest trees · bucket/docker-machine.json · 来源: api.github.com
概览
Create Docker hosts locally and on cloud providers
历史
Docker Machine is the CLI that automated creation of Docker hosts on local hypervisors, cloud providers, and private infrastructure. It belongs to the pre-Docker-Desktop and pre-managed-Kubernetes period of Docker tooling, when creating a VM, installing Docker Engine, and pointing the local docker client at it were routine development and CI tasks.
The original Docker Machine README describes a tool that creates servers, installs Docker on them, and configures the Docker client to talk to those hosts. It supported local VM drivers such as VirtualBox and cloud drivers such as DigitalOcean, with an extension model for third-party driver plugins.
The packaged Homebrew line follows GitLab's fork. GitLab states that the fork exists to fix critical bugs for the GitLab Runner Docker Machine executor after Docker deprecated Docker Machine on 2021-09-27. GitLab also states that it does not plan new features, and that maintenance is limited to critical bug fixes, CI execution reliability, and cost-impacting issues.
Docker Machine was widely adopted because it gave the Docker CLI a repeatable way to target disposable local and cloud hosts before Docker Desktop, Docker contexts, managed container platforms, and autoscaling CI runners became the dominant workflows. Its driver-plugin model let vendors and community maintainers ship provider support outside the core binary.
The GitLab fork preserved Docker Machine for GitLab Runner's docker+machine autoscaling executor. GitLab's documentation points users toward its newer autoscaling solution, generally available from GitLab 17.1, and says the Docker Machine fork will be supported only until GitLab 20.2 in May 2027.
Typical usage is docker-machine create with a local or cloud driver, docker-machine ls to inspect hosts, docker-machine env to export Docker client environment variables, and docker-machine rm to remove a host. The tool also stores per-machine TLS material under ~/.docker/machine so the client can securely reach remote Docker daemons.
Docker Machine is package-nerd significant because it turned a messy cross-provider bootstrap workflow into one installable CLI plus plugin binaries. Its later life as a maintained GitLab fork is also instructive: package managers can keep legacy automation alive long after the original upstream project leaves the center of the ecosystem.
安全态势
formula declares a Homebrew service. infrastructure mutation or orchestration signal.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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/machineCredential-bearing paths to review before unattended agent runs.
~/.docker/machine/machines/*/*.pem可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
docker-machine | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://docs.gitlab.com/runner/executors/docker_machine.html
安装元数据
| 软件包键 | brew:docker-machine |
|---|---|
| 版本 | 0.16.2-gitlab.51 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/docker-machine |
| 主页 | https://docs.gitlab.com/runner/executors/docker_machine.html |
| 仓库 | https://gitlab.com/gitlab-org/ci-cd/docker-machine |
| 上游文档 | https://docs.gitlab.com/runner/executors/docker_machine |
| 许可证 | Apache-2.0 |
| 源码归档 | https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v0.16.2-gitlab.51/docker-machine-v0.16.2-gitlab.51.tar.bz2 |
| 最后更新 | 2026-07-01T08:37:56-04:00 |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | declared |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | docker-machine |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
docker-machine 0.16.2-6
Machine management for a container-centric world
https://github.com/docker/machine
sudo pacman -S docker-machinedocker-machine
sudo port install docker-machinedocker-machine
choco install docker-machinemain/docker-machine
scoop install main/docker-machine来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.