This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
v0.12.1
Installation
If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.12.1 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.1/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.1/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.1/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
- Fixed an issue with the version comparison function that prevented machines created with Engine 17.06.0 from starting properly.
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:
- Eli Uriegas
- French Ben
- Joffrey F
- Stefan Scherer
Great thanks to all of the above! We appreciate it. Keep up the great work!
Checksums
- docker-machine-Darwin-x86_64
- sha256
(stdin)= f8f00bcb6bf8c7f22077813cfedb5dfd68fa8ab5a00a53e7ca092ca192b113ee
- md5
(stdin)= 4e7940f116f173d1f0186b4530b5147e
- docker-machine-Linux-aarch64
- sha256
(stdin)= 1ad2d1c78879ccb5c67a9cf12d492a9cad100b43a518d1168c8efdaeb95a1ef4
- md5
(stdin)= e1bf8cd18d0fd763fa217ad180109825
- docker-machine-Linux-armhf
- sha256
(stdin)= 0914a65edfd0abaf9f3e39f94b2f8f54e425748fa91074f0771cee4ff7d7e022
- md5
(stdin)= 99a38b6ac27e9ae427103f6a18143488
- docker-machine-Linux-x86_64
- sha256
(stdin)= fa5053a96d0ef26ef8e5c988e315932393d528327fe30a952e8c999938507110
- md5
(stdin)= 491cb3d28c154d3585c0c40d59fc20c3
- docker-machine-Windows-i386.exe
- sha256
(stdin)= c349b6389c369fc5ecf2632fd4f4975fbbaeffb617f3f0f0612556bebd515f54
- md5
(stdin)= 8d25cec654a8d4ef547ebe99edc8b0fd
- docker-machine-Windows-x86_64.exe
- sha256
(stdin)= 492d7317432283eca96028319205b112db8b519b5ba4d5b2d33e54c1c8fc3c66
- md5
(stdin)= 382dd55fbe7279f0cb19f107124a2391