ScoopInstaller_Main/docker-compose.json
Brian Peiris ac41914664 Add some missing descriptions (#2926)
* Update acmesharp.json

* Update adb.json

* Update ammonite.json

* Update ant.json

* Update apache.json

* Update axel.json

* Update bazel.json

* Update bfg.json

* Update blink1-tool.json

* Update busybox.json

* Update cacert.json

* Update composer.json

* Update dart.json

* Update dep.json

* Update devd.json

* Update diffutils.json

* Update dig.json

* Update digdag.json

* Update dirhash.json

* Update docfx.json

* Update docker-compose.json

* Update docker-machine.json

* Update docker.json

* Update dosbox.json

* Update dotnet-sdk.json

* Update dotnet.json
2018-12-26 13:07:05 -08:00

27 lines
837 B
JSON

{
"homepage": "https://github.com/docker/compose",
"description": "Define and run multi-container applications with Docker",
"version": "1.23.2",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/1.23.2/docker-compose-Windows-x86_64.exe#/docker-compose.exe",
"hash": "0d3fc3acd98a0b906eda5c235267f53ad994cc21d7ab6e3af83fb3762c70350f"
}
},
"bin": [
[
"docker-compose.exe",
"docker-compose"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/docker/compose/releases/download/$version/docker-compose-Windows-x86_64.exe#/docker-compose.exe"
}
}
}
}