docker-machine-driver-vultr
brew install docker-machine-driver-vultr
v2.3.0
MIT
Docker Machine driver plugin for Vultr Cloud
14
30-day installs · #7663
21
90-day · #9612
141
365-day · #8277
29
★ GitHub stars · updated 10mo ago
Runtime dependencies
Build dependencies
GitHub topics
docker-machine
docker-machine-driver
vultr
vultr-api
Links
- https://github.com/vultr/docker-machine-driver-vultr
- GitHub: vultr/docker-machine-driver-vultr
- Brew formula source: Formula/d/docker-machine-driver-vultr.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"docker-machine"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Docker Machine driver plugin for Vultr Cloud",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:03+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "docker-machine-driver-vultr",
"github_default_branch": "master",
"github_last_commit_at": "2025-10-23T17:37:03Z",
"github_readme_excerpt": "# docker-machine-driver-vultr\n\nVultr Driver for docker-machine and Rancher Node Driver\n\n## Install as a docker-machine driver\n\n`docker-machine` is now maintained by Rancher as `rancher-machine`. It is recommended to install `rancher-machine` instead. See the official repository: \u003chttps://github.com/rancher/machine\u003e.\n\n`docker-machine` is required, [see the installation documentation](https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/blob/main/docs/install-machine.md).\n\nThen install the `docker-machine-driver-vultr` driver by copying the build to `/usr/local/bin/`.\n\n## Install as a Rancher Node Driver\n\nUse overlay2 as the storage engine\n\n### Installing Rancher-Machine\n\nTo install `rancher-machine` from source\n\n```bash\neval $(go env)\nexport PATH=\"$PATH:$GOPATH/bin\"\n```\n\n```bash\n# Download the Rancher Machine binary\ncurl -LO https://github.com/rancher/machine/releases/download/v0.15.0-rancher125/rancher-machine-amd64.tar.gz\n\n# Extract the downloaded archive\ntar -xzvf rancher-machine-amd64.tar.gz\n\n# Move the binary to a system path\nsudo mv rancher-machine /usr/local/bin/rancher-machine\n\n# Ensure the binary is executable\nsudo chmod +x /usr/local/bin/rancher-machine\n```\n\n\nAnd then compile the `docker-machine-driver-vultr` driver:\n\n```bash\ngo get -u github.com/vultr/docker-machine-driver-vultr@latest\ncd $GOPATH/src/github.com/vultr/docker-machine-driver-vultr\nmake install\n```\n\n## Run\n\nYou will need a Vultr APIv4 Personal API key. It is only available in the members area \u003chttps://my.vultr.com/settings/#settingsapi\u003e. You need to create an account (\u003chttps://www.vultr.com/register/\u003e) to get there.\n\nYou will also need to use the 19.03.9 install engine as shown in the example below:\n\n```bash\nrancher-machine create -d vultr --vultr-api-key=\u003cvultr-api-key\u003e --engine-install-url \"https://releases.rancher.com/install-docker/19.03.9.sh\" \u003cmachine-name\u003e\n```\n\n\n### Options\n\n| Argument | Env | Default | Description\n|---------------------------|-----",
"github_repo": "vultr/docker-machine-driver-vultr",
"github_stars": 29,
"github_topics": [
"docker-machine",
"docker-machine-driver",
"vultr",
"vultr-api"
],
"homepage": "https://github.com/vultr/docker-machine-driver-vultr",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 14,
"installs_365d": 141,
"installs_90d": 21,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "docker-machine-driver-vultr",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 7663,
"rank_365d": 8277,
"rank_90d": 9612,
"raw_hash": "5bd01537d0f5d0c3",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/d/docker-machine-driver-vultr.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "2.3.0",
"versioned_formulae": [],
"why_use_this": null
}