ScoopInstaller_Main/docker.json
Mathias Hermansson db358fdc57 Docker 18.03.0-ce (#2235)
* Docker CLI via Docker Toolbox

* Remove notes

* Add shortcut to Kitematic
2018-05-03 16:48:55 +02:00

40 lines
1.1 KiB
JSON

{
"version": "18.03.0-ce",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/docker/toolbox/releases/download/v18.03.0-ce/DockerToolbox-18.03.0-ce.exe",
"hash": "7c412e867e4708ec1b36005a217161131a21430a0ef0b0db3591218ec9ec5091"
}
},
"homepage": "https://docker.com",
"innosetup": true,
"post_install": "rm -r \"$dir\\installers\"",
"bin": [
"docker.exe",
"docker-compose.exe",
"docker-machine.exe"
],
"shortcuts": [
[
"kitematic\\Kitematic.exe",
"Kitematic"
]
],
"checkver": {
"github": "https://github.com/docker/toolbox",
"re": "/releases/tag/(?:v)?([\\d\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/docker/toolbox/releases/download/v$version/DockerToolbox-$version.exe"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt",
"find": "([a-fA-F0-9]{64})\\s+DockerToolbox.exe"
}
}
}