mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
27 lines
957 B
JSON
27 lines
957 B
JSON
{
|
|
"version": "1.10.3",
|
|
"license": "https://github.com/docker/docker/blob/master/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.10.3.exe",
|
|
"hash": "2547b45e582bece8a9669e6edc94349bd1535f1a03728efc5befd671210c9679"
|
|
},
|
|
"32bit": {
|
|
"url": "https://get.docker.com/builds/Windows/i386/docker-1.10.3.exe",
|
|
"hash": "e02961d4199d9aeeb8d7dff12ea9b1bb691ac61a98aa0b0666852caf4785c265"
|
|
}
|
|
},
|
|
"homepage": "https://docker.com",
|
|
"bin": [
|
|
["docker-1.10.3.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/"
|
|
]
|
|
}
|