This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
v0.15.0
Installation
If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.15.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.15.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.15.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
$ mkdir -p "$HOME/bin" &&
curl -L https://github.com/docker/machine/releases/download/v0.15.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
docker-machine
can now be installed usinggo install
.- Now built with go 1.10
- Added keep-alive to SSH connections (#4450)
Drivers
amazonec2
- Updated default AMIs to mitigate Meltdown and Spectre
- Added
--amazonec2-security-group-readonly
flag to prevent mutating security groups
exoscale
- Updated driver to v0.9.23
hyperv
- Fixed Hyper-V pre-create issues (#4426)
- Added the ability to disable Hyper-V dynamic memory management during VM creation (
--hyperv-disable-dynamic-memory
)
vmwarefusion
- Improved shell checks (#4491)
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:
- André Carvalho
- Carlos Alberto Costa Beppler
- David Gageot
- Fabio Kruger
- Harald Albers
- Ivan Markin
- Joffrey F
- Michael Frister
- Motonori Shindo
- Paulo Matos
- Shahid Iqbal
- Yoan Blanc
Great thanks to all of the above! We appreciate it. Keep up the great work!
Checksums
- docker-machine-Darwin-x86_64
- sha256
(stdin)= e87b3482d5bfc003ae7e83af1ef9c83c6ee5a03365bdc82ac095dd6d0ddeaa92
- md5
(stdin)= 67c84a2af8f9762218abace424247903
- docker-machine-Linux-aarch64
- sha256
(stdin)= 94d3846deaed2df4135824e2968dc64254e51d6431ca50c20f193b78e9683e5a
- md5
(stdin)= 2221c7d6cf6ef8231dea320106559b13
- docker-machine-Linux-armhf
- sha256
(stdin)= 59764aeb9fb729931693736b8f15a67f4867b89bd242979b89d029f5946eeca5
- md5
(stdin)= 81b1a82c5c35c0db1eabd4d8c0e40414
- docker-machine-Linux-x86_64
- sha256
(stdin)= 44c5c62db13b6eb6a9d3e276c1181401c78327ff6303570936ba2cf5d137b7b5
- md5
(stdin)= 3d8320db271d8422dbec6b77b931f24b
- docker-machine-Windows-i386.exe
- sha256
(stdin)= 4a73899dd230b748282d70c3d19f3baa8485005a7c36f5fdec9bc9fe5d386de5
- md5
(stdin)= 1aa971050d165af8e12f830efc8fa8e2
- docker-machine-Windows-x86_64.exe
- sha256
(stdin)= 5af3952cbd571b37f8fd74fa8269bc2d8c38c521ffb0202cb4a71a315374f0df
- md5
(stdin)= b8993a46bd42e31ecc1ef99042fdde18