mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
28 lines
967 B
JSON
28 lines
967 B
JSON
{
|
|
"version": "1.12.2",
|
|
"license": "https://github.com/docker/docker/blob/master/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.12.2.zip",
|
|
"hash": "78f06c4b9615b71e917c0c117e22155485f053d76998a9e4342292e00cff8534"
|
|
},
|
|
"32bit": {
|
|
"url": "https://get.docker.com/builds/Windows/i386/docker-1.12.2.zip",
|
|
"hash": "f4a117bc0021b9a6a0f458c27cc1b6968dddabd074390600f38c707e8dc57c69"
|
|
}
|
|
},
|
|
"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/"
|
|
]
|
|
}
|