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