Credential-Zugriff
Reads machine certificates, SSH keys, and Docker host credentials.
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für docker-machine in AI-Agent-Workflows.
Agent-Sicherheit
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.
Installation
brew install docker-machinelocal Homebrew formula metadata
sudo port install docker-machineMacPorts ports tree · devel/docker-machine/Portfile · Quelle: api.github.com
sudo pacman -S docker-machineArch Linux sync databases · docker-machine · Quelle: geo.mirror.pkgbuild.com
choco install docker-machineChocolatey community package catalog · docker-machine · Quelle: community.chocolatey.org
scoop install main/docker-machineScoop official bucket manifest trees · bucket/docker-machine.json · Quelle: api.github.com
Überblick
Create Docker hosts locally and on cloud providers
Verlauf
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.
Sicherheitslage
formula declares a Homebrew service. infrastructure mutation or orchestration signal.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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/*/*.pemExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
docker-machine | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://docs.gitlab.com/runner/executors/docker_machine.html
Installationsmetadaten
| Paketschlüssel | brew:docker-machine |
|---|---|
| Version | 0.16.2-gitlab.51 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/docker-machine |
| Homepage | https://docs.gitlab.com/runner/executors/docker_machine.html |
| Repository | https://gitlab.com/gitlab-org/ci-cd/docker-machine |
| Upstream-Dokumentation | https://docs.gitlab.com/runner/executors/docker_machine |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v0.16.2-gitlab.51/docker-machine-v0.16.2-gitlab.51.tar.bz2 |
| Zuletzt aktualisiert | 2026-07-01T08:37:56-04:00 |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | declared |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-machineQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.