ScoopInstaller_Main/docker.json
Stéphane Este-Gracias afd41b266b docker 1.12.4
2016-12-13 04:01:55 +00:00

28 lines
967 B
JSON

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