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

v0.8.1

Compare
Choose a tag to compare
@nathanleclaire nathanleclaire released this 18 Aug 23:40
· 547 commits to master since this release

Installation

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

  • Provisioners
    • Fix issue with generated systemd service file on RedHat family distros
  • Drivers
    • azure
      • Bump Ubuntu image to 16.04
      • Update docs with updated default parameters
      • Change logging slightly

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 release:

  • Ahmet Alp Balkan
  • Nathan LeClaire

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

Checksums

  • docker-machine-Darwin-x86_64
    • sha256 28e07e42024d1f9b94e8d5953751556afe24cdfdc57d14e803506c3af47fe94b
    • md5 4a4278d94d406e2b197e51fd0e2150be
  • docker-machine-Linux-x86_64
    • sha256 63d485bf4613db70b7df41369f94b83f4e957e87c42a4da4ab7a57bdc985a7ca
    • md5 ca79f09659ab87a432180d293f4b0ac9
  • docker-machine-Windows-i386.exe
    • sha256 8b8ff258b1cec7b94f28281525e191a5668deee9a9a7996814a7ed2e6c50fc67
    • md5 efdd1f80db4db0828525e074b2825c27
  • docker-machine-Windows-x86_64.exe
    • sha256 88effdc0ced213302e1887284eaaaabca76ef515aee1e051a217d8978dcbceb9
    • md5 28d193966e6e1f5d7b5aad63a6f217b8