ScoopInstaller_Main/bucket/containerd.json
Hayden 046693d609
containerd: Add note about registering containerd service (#3480)
* Add message about registering and starting containerd service

Signed off by Hayden Barnes
<hayden.barnes@suse.com>

* Update bucket/containerd.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2022-04-12 00:31:28 +05:30

36 lines
1.2 KiB
JSON

{
"version": "1.6.2",
"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.2/containerd-1.6.2-windows-amd64.tar.gz",
"hash": "4fdf1850a132599cf679992d8405a54416a5ab2982959db20d969054c40a2b71"
}
},
"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."
]
}