Merge pull request #552 from sakai135/patch-6

docker 1.9.0
This commit is contained in:
Simon Hartcher 2015-11-05 16:03:53 +11:00
commit 90ac873e4b

View File

@ -1,19 +1,19 @@
{
"version": "1.8.2",
"version": "1.9.0",
"license": "https://github.com/docker/docker/blob/master/LICENSE",
"architecture": {
"64bit": {
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.8.2.exe",
"hash": "e54e62dacfe64a374ec8dcd1e346e54fbf50d0e7f8d5f8347c36b697f7d0eb2f"
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.9.0.exe",
"hash": "08c90f0efa34d8fc40b375646832d222d04667270f84eb4aafcbc47280c6fe48"
},
"32bit": {
"url": "https://get.docker.com/builds/Windows/i386/docker-1.8.2.exe",
"hash": "45efae44794078bd6292629fa1b8c88272f184fe1d4415375878702a85a250d3"
"url": "https://get.docker.com/builds/Windows/i386/docker-1.9.0.exe",
"hash": "b2680969952d12fcd1dd84f7056bebe6bcfb3fb5314f16e29830c5bc0d2f86f0"
}
},
"homepage": "https://docker.com",
"bin": [
["docker-1.8.2.exe", "docker"]
["docker-1.9.0.exe", "docker"]
],
"notes": [
"This is the docker client only. Until the docker daemon can run natively",