ScoopInstaller_Main/bucket/containerd.json
2022-11-14 20:28:24 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.6.10",
"description": "An open and reliable container runtime",
"homepage": "https://containerd.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/containerd/containerd/releases/download/v1.6.10/containerd-1.6.10-windows-amd64.tar.gz",
"hash": "ef6b7a0cdca0192a5a83c2500ff12313bddfd20642e5daa1d198b095517faf8b"
}
},
"bin": [
"bin\\containerd.exe",
"bin\\containerd-shim-runhcs-v1.exe",
"bin\\ctr.exe"
],
"checkver": {
"github": "https://github.com/containerd/containerd"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/containerd/containerd/releases/download/v$version/containerd-$version-windows-amd64.tar.gz"
}
},
"hash": {
"url": "$url.sha256sum"
}
},
"notes": [
"To register containerd as a service, run `containerd --register-service` as an elevated user",
"To start the containerd service, run `Start-Service containerd` in PowerShell",
"or `sc start containerd` in Cmd."
]
}