I'm learning docker and I wanted to tests some stuff about containerd and its command line, with docker, So I pulled an image (in my example docker.io/library/python:3.8.18-bookworm) with ctr command, and running it with docker but I got an error like it can't found my id image 
So, I resume:
First, I pulled an image with ctr: 
ctr image pull docker.io/library/python:3.8.18-bookworm 
docker run -it --rm image_id bash 
docker: Error Response drom daemon: No such image: sha256:image_id