ScoopInstaller_Main/docker.json
Keiichi Shimamura 8909616db8 docker 1.7.0
2015-06-22 18:16:51 -04:00

27 lines
960 B
JSON

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