docker 1.9.0

This commit is contained in:
Keiichi Shimamura 2015-11-04 22:24:34 -05:00
parent 8157d60196
commit db5eceeb90

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",