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