Bug 2246041 - containerd-1.6.23-1.fc39 cannot create containers
Summary: containerd-1.6.23-1.fc39 cannot create containers
Keywords:
Status: CLOSED DUPLICATE of bug 2237396
Alias: None
Product: Fedora
Classification: Fedora
Component: containerd
Version: 39
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Sergio Basto
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-10-25 05:13 UTC by Ilya Shipitsin
Modified: 2023-11-14 09:08 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-11-13 22:46:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.