pavanmantha
pavanmantha
RRunPod
Created by pavanmantha on 3/3/2025 in #⛅|pods-clusters
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:~#
4 replies