Credential access
Reads machine certificates, SSH keys, and Docker host credentials.
brew
Create Docker hosts locally and on cloud providers. Version 0.16.2-gitlab.51 via Homebrew; verified 2026-07-01.
agent safety
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.
install
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
overview
Create Docker hosts locally and on cloud providers
history
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.
security posture
formula declares a Homebrew service. infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to 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/*/*.pemexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
docker-machine | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://docs.gitlab.com/runner/executors/docker_machine.html
install metadata
| Package key | brew:docker-machine |
|---|---|
| Version | 0.16.2-gitlab.51 |
| Package manager | Homebrew |
| Package manager page | 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 docs | https://docs.gitlab.com/runner/executors/docker_machine |
| License | Apache-2.0 |
| Source archive | https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/archive/v0.16.2-gitlab.51/docker-machine-v0.16.2-gitlab.51.tar.bz2 |
| Last updated | 2026-07-01T08:37:56-04:00 |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-machinesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.