ScoopInstaller_Main/docker.json
Keiichi Shimamura 7a97b33cdb Docker 1.7.1
2015-07-15 18:59:27 -04:00

27 lines
960 B
JSON

{
"version": "1.7.1",
"license": "https://github.com/docker/docker/blob/master/LICENSE",
"architecture": {
"64bit": {
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.7.1.exe",
"hash": "e19a9e7702748ffe78bb61781b8fa2affc530e43bde9f7e34690478d8477f5b1"
},
"32bit": {
"url": "https://get.docker.com/builds/Windows/i386/docker-1.7.1.exe",
"hash": "736efa56ccde53637131416c95bac392f68aba8066c101d3db0c4db5e57b4204"
}
},
"homepage": "https://docker.com",
"bin": [
["docker-1.7.1.exe", "docker"]
],
"notes": [
"This is the docker client only. Until the docker daemon can run natively",
"on Windows you will need a Virtual Machine such as Boot2Docker or",
"Docker Machine",
"",
"Boot2Docker: https://github.com/boot2docker/windows-installer/releases/",
"Docker Machine: http://docs.docker.com/machine/"
]
}