diff --git a/bucket/containerd.json b/bucket/containerd.json index fa586338e0..9f5b5ddfa5 100644 --- a/bucket/containerd.json +++ b/bucket/containerd.json @@ -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." + ] }