ScoopInstaller_Main/docker.json
Keiichi Shimamura fa879df038 docker 1.11.0
2016-04-14 10:47:27 +10:00

28 lines
967 B
JSON

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