docker / containerd-packaging

Linux distro packaging for containerd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

containerd.io package missing containerd-shim-runc-v1

andrewhsu opened this issue · comments

This may need to be addressed before the docker/containerd-packaging is made public.

from a slack conversation with akihirosuda:

containerd.io pkg seems lacking /usr/bin/containerd-shim-runc-v1 (which is not needed for Docker 18.09 though)

cc @crosbymichael @seemethere is this a good idea to add to the package?

Yes, add it please

I found that When Re-installing docker in AWS Amazon Linux 2 it just reinstalled Docker but when Installing Fresh Docker all Other dependencies Like contained, runc are installed with Docker, Therefore, Reinstallaling containerd resolved all the issues.

sudo yum reinstall containerd docker -y

This will resolve it. No need to Copy-Paste them ( i.e. cp containerd-shim-runc-v1 containerd-shim-runc-v2 )