> On Wednesday, 30 January 2019 7:59:24 PM AEDT Dominique Dumont wrote:
>> But docker fails to start with:
>> $ docker run -ti alpine sh
>> docker: Error response from daemon: failed to start shim: exec:
>> "docker-containerd-shim": executable file not found in $PATH: unknown.

I can run `docker run -ti alpine sh` successfully with 18.09.1+dfsg1-4.
I don't have any `docker-containerd-shim` binary installed anywhere,
docker doesn't seem to need it and uses `containerd-shim` as expected:

  $ ls -l /usr/bin/containerd-shim
   -rwxr-xr-x 1 root root 5981528 Jan 28 06:16 /usr/bin/containerd-shim

Could it be a matter of `systemctl restart docker`, or something like
that? Or is there anything special in your setup that I should know,
that could help me reproduce the issue?

Reply via email to