docker-ctr searches for /run/containerd instead of /run/docker/containerd and thus can not find it. It works for the docker executable: > systemctl start docker > docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE nginx8080 latest 986974ae0b9c 3 weeks ago 142MB busybox latest 2bd29714875d 5 weeks ago 1.24MB nginx latest 2d389e545974 5 weeks ago 142MB ubuntu latest df5de72bdb3b 2 months ago 77.8MB browsers/safari 15.0 e4d838248374 11 months ago 931MB > docker-ctr images ls ctr: failed to dial "/run/containerd/containerd.sock": context deadline exceeded > ln -s /run/docker/containerd /run/ > docker-ctr images ls REF TYPE DIGEST SIZE PLATFORMS LABELS >
Assignee: bugsquad => bruno
Fixed for me with the new docker 20.10.22
Resolution: (none) => FIXEDStatus: NEW => RESOLVED
CC: (none) => bruno