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

v0.16.2

Latest
Compare
Choose a tag to compare
@guillaumerose guillaumerose released this 02 Sep 12:08
· 0 commits to master since this release

Installation

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

  • Compile with Golang 1.12.9
  • Fix VTX detection
  • drivers/amazonec2: add ssh-port flag
  • drivers/amazonec2: add eu-north-1 zone
  • drivers/vmwarefusion: add nonempty flag to fix share-folder bug
  • drivers/hyperv: allow localized names for Virtual Switch
  • drivers/google: add support for non-default service account
  • drivers/openstack: add flag for metadata
  • drivers/softlayer: don't set the request method again

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:

  • Albin Gustavsson
  • Anders F Björklund
  • Chris Crone
  • David Gageot
  • Gerard Braad
  • Guillaume Rose
  • Jason-ZW
  • Joffrey F
  • Mohit Agarwal
  • Peter Schultz
  • Serhii R
  • Stefan Scherer
  • Timothy Jones
  • Ulysses Souza
  • xinau

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

Checksums

  • docker-machine-Darwin-x86_64
  • sha256 367ab763a78ee6ad3b5d3e769838404ad6cc68143dad48870127afeffd6bcc83
  • md5 f07310174aa763f03ce37a2e1f5f1323
  • docker-machine-Linux-aarch64
  • sha256 109f534bfb8b9b852c938cad978e60a86b13f5ecf92da5e24320dacd2a7216ac
  • md5 7c0e2e6c7ca425671b512897a6c49827
  • docker-machine-Linux-armhf
  • sha256 07f8f7c4e82905d0c9a6fe6f0e84667907f3e1a17d7712e918e76975b67dc6e3
  • md5 a5434e74415cfebff5899f74ef83e2f8
  • docker-machine-Linux-x86_64
  • sha256 a7f7cbb842752b12123c5a5447d8039bf8dccf62ec2328853583e68eb4ffb097
  • md5 50bac98e320225d04995e944ffdf348c
  • docker-machine-Windows-i386.exe
  • sha256 2b67d7b6cd95983bdb01da472a541052f3ca236950354c7e76f215fbf9188745
  • md5 0bf867369463361a789a4d4cb1e54933
  • docker-machine-Windows-x86_64.exe
  • sha256 dcf774857069749b5d973f85b15d926544a7c5556c3478c45b4f35cf86494130
  • md5 3d9a29ea55188dddf98c4ca1f02dd623