Fix the plugin key URI to match io.containerd.x.vx

The containerd service was failing with
```
invalid plugin key URI containerd.runtime.v1.linux expect io.containerd.x.vx
```

Migrating the plugin URI to the given format gixes the issue.

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
Sayan Chowdhury 2023-06-29 22:29:02 +05:30
parent 48e7a030ac
commit 8689304734
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ uid = 0
# socket gid
gid = 0
[plugins."containerd.runtime.v1.linux"]
[plugins."io.containerd.runtime.v1.linux"]
# shim binary name/path
shim = "containerd-shim"
# runtime binary name/path

View File

@ -18,7 +18,7 @@ uid = 0
# socket gid
gid = 0
[plugins."containerd.runtime.v1.linux"]
[plugins."io.containerd.runtime.v1.linux"]
# shim binary name/path
shim = "containerd-shim"
# runtime binary name/path