mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 15:01:20 +00:00
27 lines
953 B
JSON
27 lines
953 B
JSON
{
|
|
"version": "1.9.1",
|
|
"license": "https://github.com/docker/docker/blob/master/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.9.1.exe",
|
|
"hash": "98346cfa110a8535f848431130b09cba4c51edc1651c18101862ee1dd9c7f259"
|
|
},
|
|
"32bit": {
|
|
"url": "https://get.docker.com/builds/Windows/i386/docker-1.9.1.exe",
|
|
"hash": "2e926776a622639d34d9dd5862bde047136ade257bc1bb360c7bebac6be2a62d"
|
|
}
|
|
},
|
|
"homepage": "https://docker.com",
|
|
"bin": [
|
|
["docker-1.9.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/"
|
|
]
|
|
}
|