v0.13.0
Installation
If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.13.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.13.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.13.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.13.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
- Added new
docker-machine mount
command for mounting machine directories over SSHFS - Improved some logging messages
- Fixed a bug with the
scp
command when using an identity file. - Fixed a parsing error that caused the boot2docker ISO cache to malfunction, forcing a new download everytime.
Drivers
azure
docker-machine rm
now also cleans up the associated storage account if it has no remaining storage containers.- The creation process will no longer recreate the associated subnet if it already it exists.
exoscale
- Updated driver
- Removed default
docker-machine
affinity group if no other affinity group was specified
virtualbox
- Fixed a bug where the machine would sometimes be assigned an invalid IP address at creation time.
vmwaresphere
- Added support for multiple networks
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
- André Carvalho
- Andrew Featherstone
- Ben Woosley
- Christian Bundy
- Dmitry Ilyevsky
- Evan Hazlett
- fate-grand-order
- Filip Weiss
- Guillaume Grussenmeyer
- Herberts Markuns
- Hiromu OCHIAI
- Joffrey F
- Konstantin Gribov
- Marc-Aurèle Brothier
- Mario Kleinsasser
- Michael Bisbjerg
- polawat phetra
- Sven Dowideit
- Victoria Bialas
Great thanks to all of the above! We appreciate it. Keep up the great work!
Checksums
- docker-machine-Darwin-x86_64
- sha256
(stdin)= e5fc83c51c09eb1cf44e16de04be531f2a9f9a7f235e5613d566f99e9b73ee06
- md5
(stdin)= 30df53226b7163d1d5a655a308ca383f
- docker-machine-Linux-aarch64
- sha256
(stdin)= 8b57bd3ef0f5d7571139d7dc891b75fddcc2627184f92e93279833cf46386fbd
- md5
(stdin)= 0451ff7628ba6b9c907712f5f5e00e29
- docker-machine-Linux-armhf
- sha256
(stdin)= 572e797268f5582c5e1dc95e87bbbafe0352a7c17dfa6f9a8a07a7e7d1061abe
- md5
(stdin)= 7be3d7fba5938fe2b3b5d48acc67a486
- docker-machine-Linux-x86_64
- sha256
(stdin)= 8f5310eb9e04e71b44c80c0ccebd8a85be56266b4170b4a6ac6223f7b5640df9
- md5
(stdin)= 62e76b8259153feed637982ed5690716
- docker-machine-Windows-i386.exe
- sha256
(stdin)= 564c57e251ffa61fb6d03157f67a8c3cc10ecaaf592e589aca9307b6357561fc
- md5
(stdin)= 5c7d59d38beb49c1906d258c238d8d42
- docker-machine-Windows-x86_64.exe
- sha256
(stdin)= ec304126dac48873e5f52c0df0d8333be4bd653a37ba1cf78793da0e858db9e3
- md5
(stdin)= 5b7ec5b7e5ae0c287777f9ae3ffba743