mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
27 lines
960 B
JSON
27 lines
960 B
JSON
{
|
|
"version": "1.6.2",
|
|
"license": "https://github.com/docker/docker/blob/master/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.6.2.exe",
|
|
"hash": "c8d46919e867e0b6ec1a31e8866a6f5f87bd3f2b55108002857c85182b709a02"
|
|
},
|
|
"32bit": {
|
|
"url": "https://get.docker.com/builds/Windows/i386/docker-1.6.2.exe",
|
|
"hash": "b1ea7e69be47feb79f95a95f4bf0a876a31a93ce72563caf721325b6da3c1c23"
|
|
}
|
|
},
|
|
"homepage": "https://docker.com",
|
|
"bin": [
|
|
["docker-1.6.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/"
|
|
]
|
|
}
|