ScoopInstaller_Main/docker.json

27 lines
957 B
JSON

{
"version": "1.10.2",
"license": "https://github.com/docker/docker/blob/master/LICENSE",
"architecture": {
"64bit": {
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.10.2.exe",
"hash": "cefc703d38d9d4ae2c91318556b295b78bb9750196ce99dd5b7f0764053c3036"
},
"32bit": {
"url": "https://get.docker.com/builds/Windows/i386/docker-1.10.2.exe",
"hash": "e6a3230d9fef08ec6ecde06d3a6a661177b2a4b505385a004aeb135280988755"
}
},
"homepage": "https://docker.com",
"bin": [
["docker-1.10.2.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/"
]
}