root@fedora:~# docker run --name some-nginx -d nginx 3cc039d56e71c6266869f6d884e6c50bb184db3c3c260e9aa9af731294fa9ad5 docker: Error response from daemon: failed to create task for container: failed to create shim task: ttrpc: cannot marshal unknown type: *task.CreateTaskRequest: unknown. root@fedora:~125# root@fedora:~130# rpm -qf `which docker` moby-engine-24.0.5-1.fc39.x86_64 root@fedora:~# rpm -qa | grep containerd containerd-1.6.23-1.fc39.x86_64 root@fedora:~# Reproducible: Always Steps to Reproduce: 1.docker run --name some-nginx -d nginx 2. 3. Actual Results: docker: Error response from daemon: failed to create task for container: failed to create shim task: ttrpc: cannot marshal unknown type: *task.CreateTaskRequest: unknown. Expected Results: pour me a coffe
I have this same problem too!
This bug appears related to or possibly a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=2237396
Until this gets fixed you can run Docker by using the release from the docker-ce.repo. Remove existing Fedora version of Docker, then install using: curl -fsSL https://get.docker.com/ | sh
*** This bug has been marked as a duplicate of bug 2237396 ***