From 046693d6098241aabb05c43a3652458fc46b4144 Mon Sep 17 00:00:00 2001 From: Hayden Date: Mon, 11 Apr 2022 15:01:28 -0400 Subject: [PATCH] containerd: Add note about registering containerd service (#3480) * Add message about registering and starting containerd service Signed off by Hayden Barnes * 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> --- bucket/containerd.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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." + ] }