ScoopInstaller_Main/docker.json
Stéphane Este-Gracias 0823487894 docker 1.11.1 (#802)
2016-04-27 22:24:58 +10:00

28 lines
967 B
JSON

{
"version": "1.11.1",
"license": "https://github.com/docker/docker/blob/master/LICENSE",
"architecture": {
"64bit": {
"url": "https://get.docker.com/builds/Windows/x86_64/docker-1.11.1.zip",
"hash": "83cdfbbb17bb0b06428795f169ca03462954e4f9336168adc1cf3acfdc068faa"
},
"32bit": {
"url": "https://get.docker.com/builds/Windows/i386/docker-1.11.1.zip",
"hash": "09719eb0d4d1e7b6f76ca7c18df298c66fdc0051a527fba20ffda0ab6fb27571"
}
},
"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/"
]
}