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

v0.7.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@nathanleclaire nathanleclaire released this 08 Apr 04:19
· 679 commits to master since this release

IMPORTANT: The Azure driver has been completely re-written in this release to improve the authentication and resource creation models.

  • If you have hosts created with the old driver, you will need to re-create them using the new driver before you will be able to use them with the new Machine version.
  • If you encounter any issues in the process of migrating these VMs, or using the new driver, please file an issue and CC @ahmetalpbalkan.

Installation

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

Changelog

  • Fix RC version mismatch bug
  • Documentation fixes
  • Fix missing identity file error in DigitalOcean

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:

  • Ahmet Alp Balkan
  • Bilal Amarni
  • Nathan LeClaire

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

Checksums

  • docker-machine-Darwin-x86_64
    • sha256 d2887d911df1a90b6ffe9637fcbf82047f5b50ab165f0e8d32fbaaa6decb2f9d
    • md5 91a0ba791763247c16bed3fabe44f054
  • docker-machine-Linux-x86_64
    • sha256 ddab3eb52fc692a32d4697b2a082791172f8c5bb21e1d8489bb5d2eb1e42348a
    • md5 694696e052079aae52901163ee0dfe81
  • docker-machine-Windows-i386.exe
    • sha256 e00448e88494b25ada1488246501bf7e0cf69307545e408fbea0a84bb00c6e32
    • md5 5933e9f66fed091d6b801f12f8529b8a
  • docker-machine-Windows-x86_64.exe
    • sha256 2cbae6bda81435677cbb23c5f0b5c824e3ac1393d31259372c9f80c8bf1121ed
    • md5 ae26b2680bea20ef48f5c437a1e4b499