ScoopInstaller_Main/docker.json
Keiichi Shimamura 4d4bfe2737 Docker 1.8.2
2015-09-10 23:11:21 -04:00

27 lines
953 B
JSON

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