v0.16.1
Installation
If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.16.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.16.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.16.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.16.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
General
- Fixed a bug that would cause goroutine leaks when using driver plugins
Drivers
virtualbox
- Improved VT-x detection
Provisioners
- The SUSE provisioner now supports newer versions of SUSE.
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:
- Cezar Sa Espinola
- Christopher Crone
- Jade Auer
- Joffrey F
- Konstantin Malanchev
Great thanks to all of the above! We appreciate it. Keep up the great work!
Checksums
- docker-machine-Darwin-x86_64
- sha256
48e718b22eeded96e3f8cb1c85fdf9a207699bc5a780f1728cc701c278c723ae
- md5
bf16c4a7da24dbbe74271df028dbacce
- docker-machine-Linux-aarch64
- sha256
0a2a20e25965e8d9da4a217dd7b0d5136c96d584e3932cd67c4d6032f0993a25
- md5
f1ae7b5bf5ec9fb0f826679679e26016
- docker-machine-Linux-armhf
- sha256
5bc0f9a1c9dcd109374f788f888a324214f1555a0b9d4ec4982874421b542330
- md5
fae2c0f4d8da2eef101ee08062749c1b
- docker-machine-Linux-x86_64
- sha256
44a008c14549156222b314b1448c22ef255b446419fcf96570f3f288dff318a9
- md5
ee89dd5b4196d09d53df735826c9586c
- docker-machine-Windows-i386.exe
- sha256
12de35cfb21898dc5a72fec265d660bed5236f2198c6ffed78cda275e68e2cba
- md5
d752749d80cc8e3c847ad27f79f4c585
- docker-machine-Windows-x86_64.exe
- sha256
2d3b55682b704f9d61b74d1db9b4f6ddbb4f80302c4333aef7e5dc746049b1d9
- md5
c2279e00c38b289b63832b65623d5322