Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

v0.12.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@shin- shin- released this 09 Jun 18:44
· 214 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-rc2 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-rc2/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-rc2/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-rc2/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
  • Joffrey F
  • 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 (stdin)= 3d31815b260b1785605b694172a43241eebee9b83e7a4e901e3f177a3d8f250e
  • md5 (stdin)= 5e4e62fa4d486b31119369296936087f
  • docker-machine-Linux-aarch64
  • sha256 (stdin)= 84c1c7939ee70bda9ab416d0e50294482fa2e2ae1024256b2ccfe64b87602d33
  • md5 (stdin)= f04e9685552938d9f76dff2dad860c9d
  • docker-machine-Linux-armhf
  • sha256 (stdin)= db9a041764cd44df4098f806c7bdb33cb84aaae1987ba9a177d0ea70210c8150
  • md5 (stdin)= 06f71dbd9b927f3d5053f364ad3f564e
  • docker-machine-Linux-x86_64
  • sha256 (stdin)= 86816e3e1ccf6f5de32586f0fa643179e788c1da537d21ee203d27e64481d40b
  • md5 (stdin)= 099d5b02ba697ebff9496ce9d95718a5
  • docker-machine-Windows-i386.exe
  • sha256 (stdin)= 8f7eabfb9c3c4c028fe3c66173f369129a4f46360aca0776671dd841d4fc96f1
  • md5 (stdin)= 202d8f179e0f9b53b64fdf9ecf3ebc87
  • docker-machine-Windows-x86_64.exe
  • sha256 (stdin)= 5782ee468f1f2c1424de6234119704feb7a2cf15fd6c393f7f81759b7c5f2437
  • md5 (stdin)= 052a880ff13ba72fce61b9fb806e6b20