{ "version": "2.1.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/v2.1.2/containerd-2.1.2-windows-amd64.tar.gz", "hash": "b81e5ce40229d01d72ab9b23fd7fad97b263212654e506326a507bfcb8440b1b" } }, "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." ] }