ScoopInstaller_Main/docker.json
Keiichi Shimamura 1b807d3bf1 Docker 1.10.1
2016-02-12 12:48:14 -05:00

27 lines
957 B
JSON

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