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>
This commit is contained in:
Hayden 2022-04-11 15:01:28 -04:00 committed by GitHub
parent d64f332f65
commit 046693d609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,5 +26,10 @@
"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."
]
}