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

v0.7.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nathanleclaire nathanleclaire released this 04 Apr 22:48
· 688 commits to master since this release

Installation

If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.7.0-rc2 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.7.0-rc2/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.7.0-rc2/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.

Thank You

Thank you very much to our active users and contributors. If you have filed detailed bug reports, THANK YOU!
Please continue to do so if you encounter any issues. It's your hard work that makes Docker Machine better.

The following authors contributed changes to this RC (after the previous was released):

  • Ahmet Alp Balkan
  • Andre Caron
  • John Sirois
  • Maksim Malchuk
  • Nathan LeClaire
  • Olivier Gambier
  • Tiago Pires
  • Victoria Bialas

Great thanks to all of the above! We appreciate it. Keep up the great work!

Checksums

  • docker-machine
    • sha256 fdc7fd54c881252b475bf0486d4f6c343ae3eaab4ad7eadcf472357b09062637
    • md5 06a7cead64c57dea012c0ee47fe3a6dd
  • docker-machine-Darwin-x86_64
    • sha256 01c0782c766f5bee1e671075fc26140f17de7c92354d3e75f0f0edaf580aab7a
    • md5 3738d96cfb5295b40d1a4ddb7f6decb9
  • docker-machine-Linux-x86_64
    • sha256 beb6af93358b38029b6c0013178ce3c75d02def0268eda5b593c945548c72a5d
    • md5 968d593629d2c0bc05a2d42a6a65cbac
  • docker-machine-Windows-i386.exe
    • sha256 54644626e6684ce72dbd6a86c761d512b5919c21bca1800d47fd5a7e775c2f80
    • md5 4fb93425851c29cbf259c6bf8e5e69d9
  • docker-machine-Windows-x86_64.exe
    • sha256 e77ac90c260a07e2b873b5c5bf87af97c1aaa260afabd37e6d262863738547f3
    • md5 2239da7a002cbbae7342169bff30a055