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

v0.16.0

Compare
Choose a tag to compare
@shin- shin- released this 08 Nov 20:21
· 32 commits to master since this release

Installation

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

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

On Linux

$ curl -L https://github.com/docker/machine/releases/download/v0.16.0/docker-machine-`uname -s`-`uname -m` >/tmp/docker-machine &&
    chmod +x /tmp/docker-machine &&
    sudo cp /tmp/docker-machine /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.16.0/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

General

  • The default storage driver has been updated to overlay2 for several systems
  • Improved error reporting for the ssh subcommand when using the --native-ssh flag

Drivers

amazonec2

  • Improved handling of VPC errors

openstack

  • Machine removal no longer fails upon attempting to delete a non-existing keypair

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:

  • cygmris
  • F. Eugene Aumson
  • Florian Ludwig
  • Grachev Mikhail
  • Hiromu OCHIAI
  • Joffrey F
  • Julien Barbot
  • liusheng
  • Robert Rettig
  • Tianon Gravi
  • Yuki Nishiwaki

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

Checksums

  • docker-machine-Darwin-x86_64
  • sha256 (stdin)= 0ccc499c0a01bd8fe716c384143daf5ce4ee7f7a72f75325274aed78b8b75146
  • md5 (stdin)= 9524b4182bbc1a13a0d20a007d173120
  • docker-machine-Linux-aarch64
  • sha256 (stdin)= 3146e8187ece0e16fa83155248ce2832a4341f3737373c747a0e92910909f0ed
  • md5 (stdin)= c7344edbe05be732aae491d5055bbf2b
  • docker-machine-Linux-armhf
  • sha256 (stdin)= 5e5b433b71ff2edc1df22e7a93b10b0b9dd59f6ec141aea3e7a199f6c6d0ef09
  • md5 (stdin)= 1280694a8f8a3f13a5ef41d6ef32dbe9
  • docker-machine-Linux-x86_64
  • sha256 (stdin)= 3d2cae5f66df636116153c8a96310c0cdef0060b1ecfe86116cec825bbf393d8
  • md5 (stdin)= 9651afe8883dbcb3b2f48c630a847082
  • docker-machine-Windows-i386.exe
  • sha256 (stdin)= 475cb2b894201653cda30ae6955f8c5d9cf9d8fc6d171dbc3995bc0ef9589fa3
  • md5 (stdin)= 254412399820fb148b01791f018f126c
  • docker-machine-Windows-x86_64.exe
  • sha256 (stdin)= 90ec9329ea8657791e421fc8c74da75ebda567786cd4a50266f35d895ecd8dea
  • md5 (stdin)= c91e137fe6241c22b62f90e2ae0daf95