Bug 2246041

Summary: containerd-1.6.23-1.fc39 cannot create containers
Product: [Fedora] Fedora Reporter: Ilya Shipitsin <chipitsine>
Component: containerdAssignee: Sergio Basto <sergio>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 39CC: carlos.sepulveda, copper_fin, dave, go-sig, maxwell, sebastian.saletnik, sergio, stefan.van.der.eijk
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-11-13 22:46:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ilya Shipitsin 2023-10-25 05:13:29 UTC
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

Comment 1 David McInnis 2023-11-13 19:32:30 UTC
I have this same problem too!

Comment 2 David McInnis 2023-11-13 19:41:54 UTC
This bug appears related to or possibly a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=2237396

Comment 3 David McInnis 2023-11-13 20:44:19 UTC
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

Comment 4 Sergio Basto 2023-11-13 22:46:13 UTC

*** This bug has been marked as a duplicate of bug 2237396 ***