Unable to run any docker image in runpod instance

I have setup the instance successfully, installed the docker successfully but unable to run any image in the instance. It always fails with below error.
root@6f45062b53d4:~# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
root@6f45062b53d4:~# docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
e6590344b1a5: Extracting [==================================================>] 2.436kB/2.436kB
docker: failed to register layer: unshare: operation not permitted

Run 'docker run --help' for more information
root@6f45062b53d4:~#
root@6f45062b53d4:~# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
root@6f45062b53d4:~# docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
e6590344b1a5: Extracting [==================================================>] 2.436kB/2.436kB
docker: failed to register layer: unshare: operation not permitted

Run 'docker run --help' for more information
root@6f45062b53d4:~#
2 Replies
Dj
Dj2mo ago
At this time, you can't run Docker images in Pods as our Pods are Docker images and Docker in Docker is not yet supported.
pavanmantha
pavanmanthaOP2mo ago
i expected this !! Thanks

Did you find this page helpful?