認証情報アクセス
Reads machine certificates, SSH keys, and Docker host credentials.
brew
docker-machine のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.