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

v0.12.0

Compare
Choose a tag to compare
@nathanleclaire nathanleclaire released this 06 Jun 01:38
· 216 commits to master since this release

Installation

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

  • Various bash completion improvements
  • Bump Go to version 1.8.3

Drivers

  • openstack
    • Enable HTTP_PROXY
  • digitalocean
    • Add support for tagging
  • virtualbox
    • Scope DHCP address range based on CIDR
  • generic
    • Increase default timeout
  • google
    • Add subnetwork support

Provisioners

  • Remove restriction on --engine-install-url in default-to-boot2docker drivers (virtualbox, vmwarefusion, etc.)
  • Reduce provisioning time of SUSE/openSUSE systems

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:

  • Anders F Björklund
  • Andrew Starr-Bochicchio
  • Cezar Sa Espinola
  • Flavio Castelli
  • Gerard Braad
  • Harald Albers
  • Ivan Vigasin
  • Jacob Parry
  • Lars Larsson
  • Mike Grass
  • Nathan LeClaire
  • Sven Dowideit
  • root
  • seongkki

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

Checksums

  • docker-machine-Darwin-x86_64
  • sha256 ffe0fce963885fc8e5036b7d0cd027d05a285eb443d46134503b77bfe632ceec
  • md5 36930973a63643a41f084dd2a226bc63
  • docker-machine-Linux-aarch64
  • sha256 a9ee537bee11e0b0bb70cb4deef04fd834b6bd2b47ff45e33cd72e24593782e0
  • md5 4b00cda2d2487a4b3d9851fa39911721
  • docker-machine-Linux-armhf
  • sha256 d6818d6d327c9b8ad428ac963686ae88d9fd09e36c65de8dc55c86d2cabf168e
  • md5 2b3e59cbccf680bb0955ed117aac7794
  • docker-machine-Linux-x86_64
  • sha256 c4568bb0b0f5a48b57d9d034a441f445004c81b69c2f571aefca46862400eaaf
  • md5 cb7b98ebd5677f30cc527e4dcbd618b1
  • docker-machine-Windows-i386.exe
  • sha256 253e63571ce613d4ab835c4199ffffaa1daf1dbc8bcf284995bc60de1fa67d8c
  • md5 bd681b939e752b1396bbee43989fb894
  • docker-machine-Windows-x86_64.exe
  • sha256 ba2eeee57aa1774e9841ebcb918212ea559e08587e13b152f3f2ca7d9c6f7a25
  • md5 db0d5803b225193bd4a141f5682cdd16