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

v0.11.0

Compare
Choose a tag to compare
@nathanleclaire nathanleclaire released this 25 Apr 22:18
· 246 commits to master since this release

Installation

If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.11.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.11.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.11.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.11.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 bugfixes and updated library dependencies
  • new docker-machine scp --delta to invoke rsync behind the scenes for more efficient transfer

Drivers

  • digitalocean
    • Add support for tagging DigitalOcean instances.
  • google
    • Add support for subnetworks

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
  • Lars Larsson
  • Mike Grass
  • Nathan LeClaire

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

Checksums

  • docker-machine-Darwin-x86_64
    • sha256 6237c781100adde442419742bae9b0d6816939f95f049690cfef0a34b6f81f97
    • md5 2b096aa9fc73d137f0cc3691cc2a9a5b
  • docker-machine-Linux-aarch64
    • sha256 91a596e2603fe6f304f809da18011ba1119534aaa2f68d6f26e0b984e2c9ff09
    • md5 eca39ea7418b5d387bd32537bd903457
  • docker-machine-Linux-armhf
    • sha256 b433390b30aade887fd350b4c3d965c47ae081547625b2b0d9ea1c64f69eacaf
    • md5 32b47a45c8ca35df2a15090b0bf0b881
  • docker-machine-Linux-x86_64
    • sha256 71de3ce0c2233f9fbc2ca7e359ff29711e3fb078d9c7b808a771a2bcaa24f729
    • md5 fd7b634f872885e91bc66fda6c39642e
  • docker-machine-Windows-i386.exe
    • sha256 e4ebdb1ea127659e34513e43559e7d964ca365236f652df613ae8671682db44f
    • md5 ed7b9db88e53b7cd7413833a9a7d5436
  • docker-machine-Windows-x86_64.exe
    • sha256 540a98ad93f52dd1529a4803ef70a5847a97dc1a1f612cdf67201c26cf80c0cc
    • md5 1d8b33a65d466f9822b4daddb61cc188