Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

v0.9.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@nathanleclaire nathanleclaire released this 12 Nov 01:47
· 368 commits to master since this release

Installation

If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.9.0-rc1 for you, alongside the latest versions of the Docker Engine, Compose and Kitematic.

You can use the usual commands to install or upgrade:

On OS X or Linux

$ curl -L https://github.com/docker/machine/releases/download/v0.9.0-rc1/docker-machine-`uname -s`-`uname -m` >/usr/local/bin/docker-machine && \
  chmod +x /usr/local/bin/docker-machine

On Windows with git bash

$ if [[ ! -d "$HOME/bin" ]]; then mkdir -p "$HOME/bin"; fi && \
curl -L https://github.com/docker/machine/releases/download/v0.9.0-rc1/docker-machine-Windows-x86_64.exe > "$HOME/bin/docker-machine.exe" && \
chmod +x "$HOME/bin/docker-machine.exe"

Otherwise, download one of the releases from the release page directly.

See the install docs for more install options and instructions.

Checksums

  • docker-machine
    • sha256 46ba2273a3243ac0f6c98d7905a10ea7f607af68c2279622fd6e83263deb4729
    • md5 6debfd94bb16386b1c2641dc3bbca575
  • docker-machine-Darwin-x86_64
    • sha256 84e4a684a2efc7017d3d1f5cd9f98bda286d12ed8233d8cfe17ca45d0629b5ce
    • md5 8c12b15d3c450f783cb96bc3f9c548bd
  • docker-machine-Linux-armhf
    • sha256 66c3f752d49b97369778a6efa78ff03032677f2158d93019ff1b8d7ec17d7626
    • md5 fa6cb9d1a8068c14cb46a98dd144be41
  • docker-machine-Linux-x86_64
    • sha256 7848ef10d802445b376ac292131e0cc4c303ef439072a552b7f6c8c70e8d5bff
    • md5 351d699bce25f7717a0a71bccb90b08a
  • docker-machine-Windows-i386.exe
    • sha256 9b4b9065e8a5ffce61f34e4f95bd1e251868699f751b07f0c02cf7bc7f553f8e
    • md5 1a4fa254f95fb78c129534c2c26239fa
  • docker-machine-Windows-x86_64.exe
    • sha256 98e47697f3a2050527120967dcfbb1299b011d0a813650932b4712b95bb78067
    • md5 76618273a17a1b18ee312df625f00b52