任性的马克杯 · How To Provision and ...· 6 月前 · |
任性的马克杯 · Using Docker Machine ...· 6 月前 · |
任性的马克杯 · Releases · docker/machine· 6 月前 · |
任性的马克杯 · Docker学习(八)docker-mach ...· 6 月前 · |
任性的马克杯 · Docker Machine是什么-CSDN博客· 6 月前 · |
If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.16.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
$ curl -L https://github.com/docker/machine/releases/download/v0.16.2/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.2/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.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.
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:
Great thanks to all of the above! We appreciate it. Keep up the great work!
367ab763a78ee6ad3b5d3e769838404ad6cc68143dad48870127afeffd6bcc83
f07310174aa763f03ce37a2e1f5f1323
109f534bfb8b9b852c938cad978e60a86b13f5ecf92da5e24320dacd2a7216ac
7c0e2e6c7ca425671b512897a6c49827
07f8f7c4e82905d0c9a6fe6f0e84667907f3e1a17d7712e918e76975b67dc6e3
a5434e74415cfebff5899f74ef83e2f8
a7f7cbb842752b12123c5a5447d8039bf8dccf62ec2328853583e68eb4ffb097
50bac98e320225d04995e944ffdf348c
2b67d7b6cd95983bdb01da472a541052f3ca236950354c7e76f215fbf9188745
0bf867369463361a789a4d4cb1e54933
dcf774857069749b5d973f85b15d926544a7c5556c3478c45b4f35cf86494130
3d9a29ea55188dddf98c4ca1f02dd623
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.
virtualbox
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:
Great thanks to all of the above! We appreciate it. Keep up the great work!
48e718b22eeded96e3f8cb1c85fdf9a207699bc5a780f1728cc701c278c723ae
bf16c4a7da24dbbe74271df028dbacce
0a2a20e25965e8d9da4a217dd7b0d5136c96d584e3932cd67c4d6032f0993a25
f1ae7b5bf5ec9fb0f826679679e26016
5bc0f9a1c9dcd109374f788f888a324214f1555a0b9d4ec4982874421b542330
fae2c0f4d8da2eef101ee08062749c1b
44a008c14549156222b314b1448c22ef255b446419fcf96570f3f288dff318a9
ee89dd5b4196d09d53df735826c9586c
12de35cfb21898dc5a72fec265d660bed5236f2198c6ffed78cda275e68e2cba
d752749d80cc8e3c847ad27f79f4c585
2d3b55682b704f9d61b74d1db9b4f6ddbb4f80302c4333aef7e5dc746049b1d9
c2279e00c38b289b63832b65623d5322
If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.16.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.16.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.16.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.16.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.
overlay2
for several systems
ssh
subcommand when using the
--native-ssh
flag
amazonec2
openstack
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:
Great thanks to all of the above! We appreciate it. Keep up the great work!
(stdin)= 0ccc499c0a01bd8fe716c384143daf5ce4ee7f7a72f75325274aed78b8b75146
(stdin)= 9524b4182bbc1a13a0d20a007d173120
(stdin)= 3146e8187ece0e16fa83155248ce2832a4341f3737373c747a0e92910909f0ed
(stdin)= c7344edbe05be732aae491d5055bbf2b
(stdin)= 5e5b433b71ff2edc1df22e7a93b10b0b9dd59f6ec141aea3e7a199f6c6d0ef09
(stdin)= 1280694a8f8a3f13a5ef41d6ef32dbe9
(stdin)= 3d2cae5f66df636116153c8a96310c0cdef0060b1ecfe86116cec825bbf393d8
(stdin)= 9651afe8883dbcb3b2f48c630a847082
(stdin)= 475cb2b894201653cda30ae6955f8c5d9cf9d8fc6d171dbc3995bc0ef9589fa3
(stdin)= 254412399820fb148b01791f018f126c
(stdin)= 90ec9329ea8657791e421fc8c74da75ebda567786cd4a50266f35d895ecd8dea
(stdin)= c91e137fe6241c22b62f90e2ae0daf95
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.
docker-machine
can now be installed using
go install
.
--amazonec2-security-group-readonly
flag to prevent mutating security groups
--hyperv-disable-dynamic-memory
)
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:
Great thanks to all of the above! We appreciate it. Keep up the great work!
(stdin)= e87b3482d5bfc003ae7e83af1ef9c83c6ee5a03365bdc82ac095dd6d0ddeaa92
(stdin)= 67c84a2af8f9762218abace424247903
(stdin)= 94d3846deaed2df4135824e2968dc64254e51d6431ca50c20f193b78e9683e5a
(stdin)= 2221c7d6cf6ef8231dea320106559b13
(stdin)= 59764aeb9fb729931693736b8f15a67f4867b89bd242979b89d029f5946eeca5
(stdin)= 81b1a82c5c35c0db1eabd4d8c0e40414
(stdin)= 44c5c62db13b6eb6a9d3e276c1181401c78327ff6303570936ba2cf5d137b7b5
(stdin)= 3d8320db271d8422dbec6b77b931f24b
(stdin)= 4a73899dd230b748282d70c3d19f3baa8485005a7c36f5fdec9bc9fe5d386de5
(stdin)= 1aa971050d165af8e12f830efc8fa8e2
(stdin)= 5af3952cbd571b37f8fd74fa8269bc2d8c38c521ffb0202cb4a71a315374f0df
(stdin)= b8993a46bd42e31ecc1ef99042fdde18
If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.14.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.14.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.14.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.14.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.
--client-certs
flag to the
docker-machine regenerate-certs
command.
scp
commands issued from a Windows host.
scp
commands using
rsync
--quiet
flag to
scp
to suppress progress output
ss
command to detect connectivity when
netstat
is unavailable
docker-machine mount
amazonec2
eu-west-3
region
create
command now ensures dangling resources are cleaned up before exiting
digitalocean
--digitalocean-monitoring
flag
exoscale
--exoscale-ssh-key
)
google
hyperv
openstack
--openstack-config-drive
flag
virtualbox
vmwarefusion
vmwarevsphere
--vmwarevsphere-folder
flag
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:
Great thanks to all of the above! We appreciate it. Keep up the great work!
(stdin)= 5e3b34c038cf42e9e4c6bcf841ef6fe19827ebb5a90687a8c157235c9104b240
(stdin)= 5f256b7be47ac65251b5fda6a71fc7a9
(stdin)= 0f94312bbb9637fe9c3616700d35c8a6562a640bdff4e46e1a3a7c9698890a76
(stdin)= 83fbe4d2092f153ad4e70f0e25735fc2
(stdin)= cc3b4ea12eaf39cee1c604898c536ac9570f2cddab98ac204bc7844d0175b522
(stdin)= 920b44838dd8f621a798a74a9fb823e9
(stdin)= a4c69bffb78d3cfe103b89dae61c3ea11cc2d1a91c4ff86e630c9ae88244db02
(stdin)= 63e30e43ffdf9c69b53a80f8dd555f02
(stdin)= a05be607a58ea885adecdfe66bc6681e0e44a472d7225a94e35e6a75cf630cae
(stdin)= 575c56180659b6464b86fc7abd1b9b4a
(stdin)= 2b01f844d77df2fca9347f940b46fe6361b3d0ddb38ae22c982004d86f3c5362
(stdin)= 529628074ad72719ff69fc75d0095faf
If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.14.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.14.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.14.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.14.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.
--client-certs
flag to the
docker-machine regenerate-certs
command.
scp
commands issued from a Windows host.
scp
commands using
rsync
--quiet
flag to
scp
to suppress progress output
ss
command to detect connectivity when
netstat
is unavailable
docker-machine mount
amazonec2
eu-west-3
region
create
command now ensures dangling resources are cleaned up before exiting
digitalocean
--digitalocean-monitoring
flag
exoscale
google
hyperv
openstack
--openstack-config-drive
flag
virtualbox
vmwarefusion
vmwarevsphere
--vmwarevsphere-folder
flag
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:
Great thanks to all of the above! We appreciate it. Keep up the great work!
(stdin)= c2877cb3bb0fd08cded70a11136cd5a9f513bed64f34810633bb58a9c41d6e24
(stdin)= c18cb732bc4a6f033bc3fb468525b734
(stdin)= 2043c13155c0a19f697a40e14bf252d112d311fa98d56f46db057d630da97b31
(stdin)= 5d16f1ba318c9529ae508385247da70a
(stdin)= 3a34cf4674bfcce6a3bc35a6b22db084e0fe88f5a697445c9082f67a8a36cdb1
(stdin)= f5c36bf07ca73d213a3a874dc2e6d8b2
(stdin)= 22aa18a3e5d81b71df857cdaa227568b7d2ec17caeba85201bdf1f983add1aad
(stdin)= f93b143925f212cfa8497f2d20d825ec
(stdin)= e4f4e92c5ecf540431b829e4fa773685bd9d8b78eb93fb83c0546f6f0351bfb1
(stdin)= 9d647249c3741bad1107900bee5c9e03
(stdin)= 747b8bfea41ed579b2ed2dc6f44e7a2a61acfcbde9613fa4dffd62c54d9de5a1
(stdin)= bb8be305f499c66642d97e1ac91b80a0
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.
General
docker-machine mount
command for mounting machine directories over SSHFS
scp
command when using an identity file.
Drivers
azure
docker-machine rm
now also cleans up the associated storage account if it has no remaining storage containers.
exoscale
docker-machine
affinity group if no other affinity group was specified
virtualbox
vmwaresphere
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:
Great thanks to all of the above! We appreciate it. Keep up the great work!
(stdin)= e5fc83c51c09eb1cf44e16de04be531f2a9f9a7f235e5613d566f99e9b73ee06
(stdin)= 30df53226b7163d1d5a655a308ca383f
(stdin)= 8b57bd3ef0f5d7571139d7dc891b75fddcc2627184f92e93279833cf46386fbd
(stdin)= 0451ff7628ba6b9c907712f5f5e00e29
(stdin)= 572e797268f5582c5e1dc95e87bbbafe0352a7c17dfa6f9a8a07a7e7d1061abe
(stdin)= 7be3d7fba5938fe2b3b5d48acc67a486
(stdin)= 8f5310eb9e04e71b44c80c0ccebd8a85be56266b4170b4a6ac6223f7b5640df9
(stdin)= 62e76b8259153feed637982ed5690716
(stdin)= 564c57e251ffa61fb6d03157f67a8c3cc10ecaaf592e589aca9307b6357561fc
(stdin)= 5c7d59d38beb49c1906d258c238d8d42
(stdin)= ec304126dac48873e5f52c0df0d8333be4bd653a37ba1cf78793da0e858db9e3
(stdin)= 5b7ec5b7e5ae0c287777f9ae3ffba743
If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.13.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.13.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.13.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.13.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.
General
docker-machine mount
command for mounting machine directories over SSHFS
scp
command when using an identity file.
Drivers
azure
docker-machine rm
now also cleans up the associated storage account if it has no remaining storage containers.
exoscale
docker-machine
affinity group if no other affinity group was specified
virtualbox
vmwaresphere
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:
Great thanks to all of the above! We appreciate it. Keep up the great work!
(stdin)= fcf9b05b8ef12447e35da88d168845a2fce4ef2f67b309dcd8544f12e7335f03
(stdin)= f5ab7f4c951075b02e34895b5d5b0328
(stdin)= 087b8a0e4671a8553bef6814924afa75b78bef66d715d16fe54f60667bf3bea3
(stdin)= d1e0cd7355cfaaa337a5573bf9acdd8f
(stdin)= d2f3e78c2adf0623c4f948b2a1905a15c028b7718d556e19e73e3594b28741d1
(stdin)= 522ae8d557c1007fdadd15aff24fb7a2
(stdin)= c40f14534209b59432376edc89c407a258214882e7a1bb65c0892a27040e5f2e
(stdin)= e3c1acef541982461994fbde742b4743
(stdin)= 24138015c566c4919512b47125f038f222bf4c0241b827ffe47c14c7d622021c
(stdin)= c66ef4c791654ce61bbe5f5e22387c22
(stdin)= 3fc7facdea12e97277260290f3bdd050d23a13c5ed80e5c04fb77d0be20976f5
(stdin)= 9507569f17e963b834ce16d352a57237
If you're a Mac or Windows user, the Docker Toolbox will install Docker Machine v0.12.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
$ curl -L https://github.com/docker/machine/releases/download/v0.12.2/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.2/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.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.
General
scp
sub-command now allows to provide an optional
user@
to the address.
Drivers
amazonec2
vmwarevsphere
vmwarefusion
exoscale
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:
Great thanks to all of the above! We appreciate it. Keep up the great work!
(stdin)= d617d70f2c2a14a6ed0513b086f6bb001aa33e3f0cf411f572d833dc08b6b750
(stdin)= 81cd98f5c415e0138765196049d60dbc
(stdin)= 56f1e04811e21e972c44ca9b1d0a78784764646fedab3858c6239fcbaac4c87d
(stdin)= f62fadc82d5c0216ed88b29e1925349c
(stdin)= a4235d9960066d83f0809b171289fe32adc0be5612162e3acec346ecd1f822e7
(stdin)= 3c7d63f1d82b95f1f5e2d7668404ba32
(stdin)= 3c0a1a03653dff205f27bb178773f3c294319435a2589cf3cb4456423f8cef08
(stdin)= 3da8ff7298b050cb8abc8ada80f82b61
(stdin)= 52b1d057d76bbb4407f65c2e05dd7ff85a42dfae9c208f122b08f33ef784ae59
(stdin)= 103538a2101c4e396d7b48ecaa54ffc8
(stdin)= f99f200de796a4b3b01eab4bd71a461faec792776d74fbc7727e77729bb32ae3
(stdin)= ea71b9d4fd60349fae61179ef9d7a102
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.
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:
Great thanks to all of the above! We appreciate it. Keep up the great work!
(stdin)= f8f00bcb6bf8c7f22077813cfedb5dfd68fa8ab5a00a53e7ca092ca192b113ee
(stdin)= 4e7940f116f173d1f0186b4530b5147e
(stdin)= 1ad2d1c78879ccb5c67a9cf12d492a9cad100b43a518d1168c8efdaeb95a1ef4
(stdin)= e1bf8cd18d0fd763fa217ad180109825
(stdin)= 0914a65edfd0abaf9f3e39f94b2f8f54e425748fa91074f0771cee4ff7d7e022
(stdin)= 99a38b6ac27e9ae427103f6a18143488
(stdin)= fa5053a96d0ef26ef8e5c988e315932393d528327fe30a952e8c999938507110
(stdin)= 491cb3d28c154d3585c0c40d59fc20c3
(stdin)= c349b6389c369fc5ecf2632fd4f4975fbbaeffb617f3f0f0612556bebd515f54
(stdin)= 8d25cec654a8d4ef547ebe99edc8b0fd
(stdin)= 492d7317432283eca96028319205b112db8b519b5ba4d5b2d33e54c1c8fc3c66
(stdin)= 382dd55fbe7279f0cb19f107124a2391