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

v0.6.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nathanleclaire nathanleclaire released this 29 Jan 00:28
· 887 commits to master since this release

Installation

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

$ curl -L https://github.com/docker/machine/releases/download/v0.6.0-rc2/docker-machine-`uname -s`-`uname -m` >/usr/local/bin/docker-machine && \
  chmod +x /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.6.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

  • Fix issue creating Swarms
  • Fix ls header issue
  • Add code to wait for Docker daemon before returning from start / restart
  • Start porting integration tests to Go from BATS
  • Add Appveyor for Windows tests
  • Update CoreOS provisioner to use docker daemon
  • Various documentation and error message fixes
  • Add ability to create GCE machine using existing VM

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:

  • Aleksa Sarai
  • Carlos Derich
  • Daehyeok Mun
  • David Gageot
  • Henrik Nyh
  • Jean-Laurent de Morlhon
  • Koichi Shiraishi
  • Mary Anthony
  • Nathan LeClaire
  • Olivier Gambier
  • Patrik Erdes
  • Robbert Klarenbeek
  • S.Çağlar Onur
  • Stefan Scherer
  • Vincent Bernat
  • albert

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

Checksums

  • docker-machine
    • sha256 a90199d48673d89f5f967f06db21f1421b7a65c6396bf3ee1e067cd1696a655a
    • md5 6d5dd4383823e9ec348b1fe528fbf6f5
  • docker-machine-Darwin-x86_64
    • sha256 cd8a1d148b1eed395b8515267c2a9c672811c34754ebd69f6398661e633daba6
    • md5 3daa0f701fd18a6c86aa1fe7a2f5181e
  • docker-machine-Linux-x86_64
    • sha256 be12dbedb573b5ec25f40a1dc3fa9249306d56c7c0d1c4e42582f41fc2d913c3
    • md5 0b915c800b497e5490bf59cb6fdc4de0
  • docker-machine-Windows-i386.exe
    • sha256 a7f38af678d96ed3eccbea7c9342b8ca732aa3523f246642668b8530e3d9d35e
    • md5 ea5ade149715605ed8594129a7b927cf
  • docker-machine-Windows-x86_64.exe
    • sha256 7d362fbcbea0e10b1f271b0288c794f505139e01de60a6093eea76c6c609c849
    • md5 2ea10997ec68c9d426ed4020bd7e9512