ScoopInstaller_Main/docker.json
Keiichi Shimamura 49d85ef335 Docker 1.10.0
2016-02-05 00:35:59 -05:00

27 lines
957 B
JSON

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