Accès aux identifiants
Reads machine certificates, SSH keys, and Docker host credentials.
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de docker-machine pour les workflows d'agents IA.
sécurité des agents
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 · Source: api.github.com
sudo pacman -S docker-machineArch Linux sync databases · docker-machine · Source: geo.mirror.pkgbuild.com
choco install docker-machineChocolatey community package catalog · docker-machine · Source: community.chocolatey.org
scoop install main/docker-machineScoop official bucket manifest trees · bucket/docker-machine.json · Source: api.github.com
aperçu
Create Docker hosts locally and on cloud providers
historique
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.
posture de sécurité
formula declares a Homebrew service. infrastructure mutation or orchestration signal.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
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/*/*.pemexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
docker-machine | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://docs.gitlab.com/runner/executors/docker_machine.html
métadonnées d'installation
| Clé du paquet | brew:docker-machine |
|---|---|
| Version | 0.16.2-gitlab.51 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/docker-machine |
| Page d'accueil | https://docs.gitlab.com/runner/executors/docker_machine.html |
| Dépôt | https://gitlab.com/gitlab-org/ci-cd/docker-machine |
| Docs amont | https://docs.gitlab.com/runner/executors/docker_machine |
| Licence | Apache-2.0 |
| Archive source | https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v0.16.2-gitlab.51/docker-machine-v0.16.2-gitlab.51.tar.bz2 |
| Dernière mise à jour | 2026-07-01T08:37:56-04:00 |
| Pulse | updated |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | declared |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-machinepiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.