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

Releases: docker/machine

v0.12.0-rc2

09 Jun 18:44
Compare
Choose a tag to compare
v0.12.0-rc2 Pre-release
Pre-release

Installation

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

$ curl -L https://github.com/docker/machine/releases/download/v0.12.0-rc2/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.0-rc2/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.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

General

  • Various bash completion improvements
  • Bump Go to version 1.8.3

Drivers

  • openstack
    • Enable HTTP_PROXY
  • digitalocean
    • Add support for tagging
  • virtualbox
    • Scope DHCP address range based on CIDR
  • generic
    • Increase default timeout
  • google
    • Add subnetwork support

Provisioners

  • Remove restriction on --engine-install-url in default-to-boot2docker drivers (virtualbox, vmwarefusion, etc.)
  • Reduce provisioning time of SUSE/openSUSE systems

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
  • Andrew Starr-Bochicchio
  • Cezar Sa Espinola
  • Flavio Castelli
  • Gerard Braad
  • Harald Albers
  • Ivan Vigasin
  • Jacob Parry
  • Joffrey F
  • Lars Larsson
  • Mike Grass
  • Nathan LeClaire
  • Sven Dowideit
  • root
  • seongkki

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

Checksums

  • docker-machine-Darwin-x86_64
  • sha256 (stdin)= 3d31815b260b1785605b694172a43241eebee9b83e7a4e901e3f177a3d8f250e
  • md5 (stdin)= 5e4e62fa4d486b31119369296936087f
  • docker-machine-Linux-aarch64
  • sha256 (stdin)= 84c1c7939ee70bda9ab416d0e50294482fa2e2ae1024256b2ccfe64b87602d33
  • md5 (stdin)= f04e9685552938d9f76dff2dad860c9d
  • docker-machine-Linux-armhf
  • sha256 (stdin)= db9a041764cd44df4098f806c7bdb33cb84aaae1987ba9a177d0ea70210c8150
  • md5 (stdin)= 06f71dbd9b927f3d5053f364ad3f564e
  • docker-machine-Linux-x86_64
  • sha256 (stdin)= 86816e3e1ccf6f5de32586f0fa643179e788c1da537d21ee203d27e64481d40b
  • md5 (stdin)= 099d5b02ba697ebff9496ce9d95718a5
  • docker-machine-Windows-i386.exe
  • sha256 (stdin)= 8f7eabfb9c3c4c028fe3c66173f369129a4f46360aca0776671dd841d4fc96f1
  • md5 (stdin)= 202d8f179e0f9b53b64fdf9ecf3ebc87
  • docker-machine-Windows-x86_64.exe
  • sha256 (stdin)= 5782ee468f1f2c1424de6234119704feb7a2cf15fd6c393f7f81759b7c5f2437
  • md5 (stdin)= 052a880ff13ba72fce61b9fb806e6b20

v0.12.0

06 Jun 01:38
Compare
Choose a tag to compare

Installation

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

  • Various bash completion improvements
  • Bump Go to version 1.8.3

Drivers

  • openstack
    • Enable HTTP_PROXY
  • digitalocean
    • Add support for tagging
  • virtualbox
    • Scope DHCP address range based on CIDR
  • generic
    • Increase default timeout
  • google
    • Add subnetwork support

Provisioners

  • Remove restriction on --engine-install-url in default-to-boot2docker drivers (virtualbox, vmwarefusion, etc.)
  • Reduce provisioning time of SUSE/openSUSE systems

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
  • Andrew Starr-Bochicchio
  • Cezar Sa Espinola
  • Flavio Castelli
  • Gerard Braad
  • Harald Albers
  • Ivan Vigasin
  • Jacob Parry
  • Lars Larsson
  • Mike Grass
  • Nathan LeClaire
  • Sven Dowideit
  • root
  • seongkki

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

Checksums

  • docker-machine-Darwin-x86_64
  • sha256 ffe0fce963885fc8e5036b7d0cd027d05a285eb443d46134503b77bfe632ceec
  • md5 36930973a63643a41f084dd2a226bc63
  • docker-machine-Linux-aarch64
  • sha256 a9ee537bee11e0b0bb70cb4deef04fd834b6bd2b47ff45e33cd72e24593782e0
  • md5 4b00cda2d2487a4b3d9851fa39911721
  • docker-machine-Linux-armhf
  • sha256 d6818d6d327c9b8ad428ac963686ae88d9fd09e36c65de8dc55c86d2cabf168e
  • md5 2b3e59cbccf680bb0955ed117aac7794
  • docker-machine-Linux-x86_64
  • sha256 c4568bb0b0f5a48b57d9d034a441f445004c81b69c2f571aefca46862400eaaf
  • md5 cb7b98ebd5677f30cc527e4dcbd618b1
  • docker-machine-Windows-i386.exe
  • sha256 253e63571ce613d4ab835c4199ffffaa1daf1dbc8bcf284995bc60de1fa67d8c
  • md5 bd681b939e752b1396bbee43989fb894
  • docker-machine-Windows-x86_64.exe
  • sha256 ba2eeee57aa1774e9841ebcb918212ea559e08587e13b152f3f2ca7d9c6f7a25
  • md5 db0d5803b225193bd4a141f5682cdd16

v0.12.0-rc1

02 Jun 23:56
Compare
Choose a tag to compare
v0.12.0-rc1 Pre-release
Pre-release

Installation

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

  • Various bash completion improvements

Drivers

  • openstack
    • Enable HTTP_PROXY
  • digitalocean
    • Add support for tagging
  • virtualbox
    • Scope DHCP address range based on CIDR
  • generic
    • Increase default timeout
  • google
    • Add subnetwork support

Provisioners

  • Remove restriction on --engine-install-url in default-to-boot2docker drivers (virtualbox, vmwarefusion, etc.)
  • Reduce provisioning time of SUSE/openSUSE systems

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
  • Andrew Starr-Bochicchio
  • Cezar Sa Espinola
  • Flavio Castelli
  • Gerard Braad
  • Harald Albers
  • Ivan Vigasin
  • Jacob Parry
  • Lars Larsson
  • Mike Grass
  • Nathan LeClaire
  • Sven Dowideit
  • root
  • seongkki

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

Checksums

  • docker-machine-Darwin-x86_64
  • sha256 f308e58f4b33acc5318df113f97916e779da737897d68357f6e009afb1a65d94
  • md5 e077735bab40b6240107a101084182be
  • docker-machine-Linux-aarch64
  • sha256 4773763a39503cb92ecb3c327efd8f75cba7051357dea9325e8e550323e33f6e
  • md5 1d2c6ee19ce0b0f3bc386a609d29b18b
  • docker-machine-Linux-armhf
  • sha256 1cac90aff533d698398cc314ff1f6f85ac5e9e61a8d48ca85ec5a2b2d852aa35
  • md5 aede4cdfae53240ef14902f948d0afe9
  • docker-machine-Linux-x86_64
  • sha256 1cd5ad03fe0e62c9a82ea0ffd0d4a36ec3071d722fc563325d570cbb4073e203
  • md5 35d6f65ce41969b204cf8cd1906f8017
  • docker-machine-Windows-i386.exe
  • sha256 339ce5b11ce6fddfc68d0442b48e0b5a8ef20b9930ec867e3cc0ca569c2f02e4
  • md5 5d1bf96c688504b0bcf398e7247cab27
  • docker-machine-Windows-x86_64.exe
  • sha256 24746a27ae7968b42e9dd788e67d940cf9736e0e2e8c145407c6e26c9253c80a
  • md5 b3ae7b9657e2f95ac1f22238f102e0f1

v0.11.0

25 Apr 22:18
Compare
Choose a tag to compare

Installation

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

  • Various bugfixes and updated library dependencies
  • new docker-machine scp --delta to invoke rsync behind the scenes for more efficient transfer

Drivers

  • digitalocean
    • Add support for tagging DigitalOcean instances.
  • google
    • Add support for subnetworks

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
  • Andrew Starr-Bochicchio
  • Cezar Sa Espinola
  • Flavio Castelli
  • Gerard Braad
  • Harald Albers
  • Ivan Vigasin
  • Lars Larsson
  • Mike Grass
  • Nathan LeClaire

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

Checksums

  • docker-machine-Darwin-x86_64
    • sha256 6237c781100adde442419742bae9b0d6816939f95f049690cfef0a34b6f81f97
    • md5 2b096aa9fc73d137f0cc3691cc2a9a5b
  • docker-machine-Linux-aarch64
    • sha256 91a596e2603fe6f304f809da18011ba1119534aaa2f68d6f26e0b984e2c9ff09
    • md5 eca39ea7418b5d387bd32537bd903457
  • docker-machine-Linux-armhf
    • sha256 b433390b30aade887fd350b4c3d965c47ae081547625b2b0d9ea1c64f69eacaf
    • md5 32b47a45c8ca35df2a15090b0bf0b881
  • docker-machine-Linux-x86_64
    • sha256 71de3ce0c2233f9fbc2ca7e359ff29711e3fb078d9c7b808a771a2bcaa24f729
    • md5 fd7b634f872885e91bc66fda6c39642e
  • docker-machine-Windows-i386.exe
    • sha256 e4ebdb1ea127659e34513e43559e7d964ca365236f652df613ae8671682db44f
    • md5 ed7b9db88e53b7cd7413833a9a7d5436
  • docker-machine-Windows-x86_64.exe
    • sha256 540a98ad93f52dd1529a4803ef70a5847a97dc1a1f612cdf67201c26cf80c0cc
    • md5 1d8b33a65d466f9822b4daddb61cc188

v0.10.0

27 Feb 23:35
Compare
Choose a tag to compare

Installation

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

  • Various improvements to shell tab completion
  • Add support for compiling on ARM64 architecture

Drivers

  • Make virtualbox default driver
  • amazonec2
    • Update AMIs to latest version of Ubuntu 16.04 LTS
  • virtualbox
    • Fix parsing of --virtualbox-share-folder on Windows
  • google
    • Add --google-open-port flag to specify additional ports to open

Provisioners

  • Machine now uses systemd drop-in files instead of over-writing the system units
  • Add support for upgrade to new Docker versioning scheme
  • Use dockerd only in Docker versions where it is available
  • Support multiple architectures in SUSE provisioner

Breaking Change(s)

There is one small breaking change in this release. The default driver for docker-machine create has been changed from none to virtualbox. virtualbox was far more common than none, so this change allows you to quickly create VirtualBox machines like so:

$ docker-machine create manager
...
$ docker-machine create worker
...

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:

  • Aaron.L.Xu
  • Alexandre Garnier
  • André Carvalho
  • Assaf Lavie
  • Boris Pruessmann
  • Dieter Reuter
  • Eisenberger Tamas
  • Flavio Castelli
  • Gordon Shankman
  • Harald Albers
  • Helen-xie
  • Jerome Loisel
  • Nathan LeClaire
  • Peter Rifel
  • Peter Schultz
  • Shayne Wang
  • Tao Wang
  • kaiwentan
  • yupengzte

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

Checksums

  • docker-machine-Darwin-x86_64
    • sha256 2d44e571e547a7214cf322ccaa7fd3b12b73e80cedf08d39b89eda6bf33bb955
    • md5 f5e6e93bbd80806fb1e065f908301cfe
  • docker-machine-Linux-aarch64
    • sha256 5df40e6b1e2305e15d77ecff5e67bcac538e636abae5031e37752a52e286e5b4
    • md5 1d1e193f19343c154e47607937c4ae81
  • docker-machine-Linux-armhf
    • sha256 89c287d1720d6f7390d98ba0086b78c215bce132e7e0b1fa2d619fadcc9910a2
    • md5 e80f5fd7799b460090e570e741433c97
  • docker-machine-Linux-x86_64
    • sha256 74f77385f6744fb83ec922b206f39b4c33ac42e63ed09d4d63652741d8a94df9
    • md5 c307b5441cdb1afd6f15ccb34228d743
  • docker-machine-Windows-i386.exe
    • sha256 428def25cc6bb60c6d1b341ced0200aa3281794d661dd8c57a8d54357a532541
    • md5 39b214feca8d6696773f49512d0a9e3f
  • docker-machine-Windows-x86_64.exe
    • sha256 d923120bd029fb8a79025288fbc33ad65f7c7c072272aa95ad7d5d5bef0f1434
    • md5 16fae7c39f9264662d5c16ee98571086

v0.9.0

17 Jan 22:08
Compare
Choose a tag to compare

Installation

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

  • On Windows, the COMPOSE_CONVERT_WINDOWS_PATHS environment variable is now set by docker-machine env to improve Compose usability.
  • Docker Machine can now be built on FreeBSD
  • docker-machine scp non-22 port support
  • scp supports SSH agent
  • Bump Go version to 1.7.4

Drivers

  • amazonec2
    • Credentials can now be loaded from IAM instance profiles
    • Add --amazonec2-userdata flag
    • Add --amazonec2-block-duration-minutes flag
    • Add support for us-east-2 (Ohio)
    • Update base images to Ubuntu 16.04
  • azure
    • Add --azure-dns flag for specifying DNS names
    • Add --azure-storage-type flag
    • Allow using vnets from another resource group
    • Add AzureGermanCloud support
    • Add support for custom data
    • Support Service Principal authentication
    • Update base images to Ubuntu 16.04
  • digitalocean
    • Add ability to speicify the private SSH key path
  • gce
    • Update base images to Ubuntu 16.04
  • virtualbox
    • Shared folder location can be specified instead of "hardcoded" to C:\Users or /Users
  • openstack
    • Add support for OS_CACERT

Provisioners

  • OpenSUSE provisioner refactored to use properly supported 3rd party code

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.

57 authors contributed changes to this release:

  • Aaron Prindle
  • Ahmet Alp Balkan
  • Alessandro Siragusa
  • Alexander Kanevskiy
  • Amir Mohammad Saied
  • André Carvalho
  • Ben Bodenmiller
  • Berk Gokden
  • Bilal Amarni
  • Bo Thompson
  • Chris Baumbauer
  • Dave Henderson
  • Dieter Reuter
  • Eisenberger Tamas
  • Fabrizio Soppelsa
  • Flavio Castelli
  • Gaurav Arora
  • Gordon Shankman
  • Guillaume Delacour
  • Han Zhang
  • Jerome Loisel
  • Joao Fernandes
  • Joffrey F
  • John Mulhausen
  • Justin Cormack
  • KOBAYASHI Shinji
  • Ke Xu
  • Lucas BEE
  • Marc-Aurèle Brothier
  • Martial Langry
  • Mathias Nyman
  • Matt Baldwin
  • Nathan LeClaire
  • Ondřej Cífka
  • Peter Schultz
  • Peter Schenkman
  • Preet Bhinder
  • Scott
  • Sebastien Goasguen
  • Shayne Wang
  • Stefan Sels
  • Stephen Blackstone
  • Sven Dowideit
  • Takuya Noguchi
  • Tao Wang
  • Tino Breddin
  • Ty Davis
  • Victoria Bialas
  • Viktor Stanchev
  • YuPengZTE
  • jloisel
  • leo
  • mjstevens777
  • tronicum
  • v4n
  • yuexiao-wang
  • yupengzte

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

Checksums

  • docker-machine-Darwin-x86_64
    • sha256 249aff39a94bff16cd41dccd33e3b21c37f9ec8e0d6d5ef1b416160efd8d66f6
    • md5 eef099a1564bf1168563773d707cdbf7
  • docker-machine-Linux-armhf
    • sha256 a01a561be76fdd1b5d579113994ad7035d30249912623494772d4c3a33cff57a
    • md5 26fd13f51853b4a4a8f0f84556c8b11b
  • docker-machine-Linux-x86_64
    • sha256 ce8d78da67bed7ac1601a5d77714ebcc097f9a607aef2adbc9df61a272f66dee
    • md5 56a5dd792ae1cd41cded97aa423e389f
  • docker-machine-Windows-i386.exe
    • sha256 273b8b4a336f61c57e263e81d31a1d874cc823d56e80b5383ba4ba4da70c246b
    • md5 53f860f85b0d29569197829976fa3dd0
  • docker-machine-Windows-x86_64.exe
    • sha256 049fb7b8725d176d3a7d4c7a72139ae45e7aecd824d6adea78615e0f582d2726
    • md5 c21c768510efcd7e123bbf45b854b7da

v0.9.0-rc2

30 Nov 22:42
Compare
Choose a tag to compare
v0.9.0-rc2 Pre-release
Pre-release

Installation

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

$ curl -L https://github.com/docker/machine/releases/download/v0.9.0-rc2/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.9.0-rc2/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.9.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

General

  • DOCKER_API_VERSION is now set by docker-machine env
  • On Windows, the COMPOSE_CONVERT_WINDOWS_PATHS environment variable is now set by docker-machine env to improve Compose usability.
  • Docker Machine can now be built on FreeBSD
  • docker-machine scp non-22 port support
  • scp supports SSH agent
  • Bump Go version to 1.7.3

Drivers

  • amazonec2
    • Credentials can now be loaded from IAM instance profiles
    • Add --amazonec2-userdata flag
    • Add --amazonec2-block-duration-minutes flag
    • Add support for us-east-2 (Ohio)
    • Update base images to Ubuntu 16.04
  • azure
    • Add --azure-dns flag for specifying DNS names
    • Add --azure-storage-type flag
    • Allow using vnets from another resource group
    • Add AzureGermanCloud support
    • Add support for custom data
    • Support Service Principal authentication
    • Update base images to Ubuntu 16.04
  • digitalocean
    • Add ability to speicify the private SSH key path
  • virtualbox
    • Shared folder location can be specified instead of "hardcoded" to C:\Users or /Users
  • openstack
    • Add support for OS_CACERT

Provisioners

  • OpenSUSE provisioner refactored to use properly supported 3rd party code

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.

54 authors contributed changes to this release:

  • Aaron Prindle
  • Ahmet Alp Balkan
  • Alessandro Siragusa
  • Alexander Kanevskiy
  • Amir Mohammad Saied
  • André Carvalho
  • Ben Bodenmiller
  • Berk Gokden
  • Bilal Amarni
  • Bo Thompson
  • Chris Baumbauer
  • Dave Henderson
  • Dieter Reuter
  • Eisenberger Tamas
  • Fabrizio Soppelsa
  • Flavio Castelli
  • Gaurav Arora
  • Gordon Shankman
  • Guillaume Delacour
  • Han Zhang
  • Jerome Loisel
  • Joao Fernandes
  • Joffrey F
  • John Mulhausen
  • Justin Cormack
  • KOBAYASHI Shinji
  • Ke Xu
  • Lucas BEE
  • Marc-Aurèle Brothier
  • Martial Langry
  • Mathias Nyman
  • Matt Baldwin
  • Nathan LeClaire
  • Ondřej Cífka
  • Peter Schultz
  • Preet Bhinder
  • Scott
  • Sebastien Goasguen
  • Stefan Sels
  • Stephen Blackstone
  • Sven Dowideit
  • Takuya Noguchi
  • Tao Wang
  • Tino Breddin
  • Ty Davis
  • Victoria Bialas
  • Viktor Stanchev
  • YuPengZTE
  • jloisel
  • leo
  • mjstevens777
  • tronicum
  • v4n
  • yuexiao-wang

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

Checksums

  • docker-machine
    • sha256 0f2ee25505568b759299308fa76d70d0838b0cacc34a4f5ba452f50b3fbc362d
    • md5 e8a9a5a26efc15d184878ff18b5dc873
  • docker-machine-Darwin-x86_64
    • sha256 83d4664f45eb58690334c04682315a3814951039f6716b815ff3b4a89e890049
    • md5 e6fe16116f6407a53a30b67f6737b181
  • docker-machine-Linux-armhf
    • sha256 4c503c5e8564ec8dd3c1d5432b867ea9a82ee3466d06fd6c1384bbbf0e13dd33
    • md5 ab84627b7fa2f978600b0c64d674f8a4
  • docker-machine-Linux-x86_64
    • sha256 ff61c2f688778719b0ceb5a1062a3ae9f2a83daa06a1d4551b5f19a6432507db
    • md5 5bda422256a26eace202903ad66c8c5e
  • docker-machine-Windows-i386.exe
    • sha256 f7a6e949c2b3ce489d5702f363b0a370eab3354a7a9e6d6ef8ea441392a0b4b3
    • md5 6ef89794d16ae84ba3934a7a96a52c0f
  • docker-machine-Windows-x86_64.exe
    • sha256 81e82edba6bbb09ec45076ff3e75bbb6784f0e7501ae5566e50fef2ad5796b3a
    • md5 161ea0a8c6bca09780ab6a64b34d8101

v0.9.0-rc1

12 Nov 01:47
Compare
Choose a tag to compare
v0.9.0-rc1 Pre-release
Pre-release

Installation

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

Checksums

  • docker-machine
    • sha256 46ba2273a3243ac0f6c98d7905a10ea7f607af68c2279622fd6e83263deb4729
    • md5 6debfd94bb16386b1c2641dc3bbca575
  • docker-machine-Darwin-x86_64
    • sha256 84e4a684a2efc7017d3d1f5cd9f98bda286d12ed8233d8cfe17ca45d0629b5ce
    • md5 8c12b15d3c450f783cb96bc3f9c548bd
  • docker-machine-Linux-armhf
    • sha256 66c3f752d49b97369778a6efa78ff03032677f2158d93019ff1b8d7ec17d7626
    • md5 fa6cb9d1a8068c14cb46a98dd144be41
  • docker-machine-Linux-x86_64
    • sha256 7848ef10d802445b376ac292131e0cc4c303ef439072a552b7f6c8c70e8d5bff
    • md5 351d699bce25f7717a0a71bccb90b08a
  • docker-machine-Windows-i386.exe
    • sha256 9b4b9065e8a5ffce61f34e4f95bd1e251868699f751b07f0c02cf7bc7f553f8e
    • md5 1a4fa254f95fb78c129534c2c26239fa
  • docker-machine-Windows-x86_64.exe
    • sha256 98e47697f3a2050527120967dcfbb1299b011d0a813650932b4712b95bb78067
    • md5 76618273a17a1b18ee312df625f00b52

v0.8.2

26 Sep 21:45
Compare
Choose a tag to compare

Installation

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

  • Bump Go version to 1.7.1

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:

  • Justin Cormack

Thanks Justin!

Checksums

  • docker-machine
    • sha256 a80d6444540c28612939efe84942bd24fabf038113d3b47d91c09597139146a7
    • md5 6cc87eae82dd08783747af944868f094
  • docker-machine-Darwin-x86_64
    • sha256 e092467a87e3ce744a12aec25b04f58270e2f9f5364fdd858206611eeef45d57
    • md5 e513ecc19eadf35be997aa2796da87d0
  • docker-machine-Linux-x86_64
    • sha256 e5c3e360b46a82d4bc5ff2efe357b15040cfc58d3d962f793fee6ee1e44e9b66
    • md5 8f5de36e01e8f160e91681cbc8355a64
  • docker-machine-Windows-i386.exe
    • sha256 b98787c779b7d711b4ca3408cbf145d8c429f2c9717c88d7d4cb8b2339702401
    • md5 87b8b5211b35748b764de1682834c905
  • docker-machine-Windows-x86_64.exe
    • sha256 68fabc3ad5e40e2c3d838ca3b8a8bf75efa3d5ecc8915ca5d714e2e49fd72786
    • md5 b116124e3c8deb6c689505596cbbe457

v0.8.1

18 Aug 23:40
Compare
Choose a tag to compare

Installation

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

$ curl -L https://github.com/docker/machine/releases/download/v0.8.1/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.8.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

  • Provisioners
    • Fix issue with generated systemd service file on RedHat family distros
  • Drivers
    • azure
      • Bump Ubuntu image to 16.04
      • Update docs with updated default parameters
      • Change logging slightly

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:

  • Ahmet Alp Balkan
  • Nathan LeClaire

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

Checksums

  • docker-machine-Darwin-x86_64
    • sha256 28e07e42024d1f9b94e8d5953751556afe24cdfdc57d14e803506c3af47fe94b
    • md5 4a4278d94d406e2b197e51fd0e2150be
  • docker-machine-Linux-x86_64
    • sha256 63d485bf4613db70b7df41369f94b83f4e957e87c42a4da4ab7a57bdc985a7ca
    • md5 ca79f09659ab87a432180d293f4b0ac9
  • docker-machine-Windows-i386.exe
    • sha256 8b8ff258b1cec7b94f28281525e191a5668deee9a9a7996814a7ed2e6c50fc67
    • md5 efdd1f80db4db0828525e074b2825c27
  • docker-machine-Windows-x86_64.exe
    • sha256 88effdc0ced213302e1887284eaaaabca76ef515aee1e051a217d8978dcbceb9
    • md5 28d193966e6e1f5d7b5aad63a6f217b8