I Deployed Docker Engine on Ubuntu 24.04 using instructions documented here:
https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
(install using the apt repository)
$ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
works fine.
But when I run the hello world test, I get:
$ sudo docker run hello-world
docker: Error response from daemon: failed to create task for container: Unimplemented: failed to start shim: start failed: unsupported shim version (3): not implemented
Run 'docker run --help' for more information
I tried with different versions of docker-ce and containerd.io and always faced the same issue.
It seems that docker engine is not working globally on Ubuntu 24.04.