Rpc error: code = 2 desc = "oci runtime error:

I have created a container, made some changes and commited these changes into an image.

the container which i was using is still active, because i ^p^q and commited the change to the image. I tried to login to it using docker exec but see the below error.

rpc error: code = 2 desc = “oci runtime error: exec failed: fork/exec /proc/self/exe: no such file or directory”

Can someone shed some light on this?

Hi Raj

I was seeing that error, in a slightly different context though. I then downloaded the docker toolkit, I’m on a mac, updated all the components, and now it’s gone away.

I suspect your using something that needs updating.

Sorry I can’t be more precise.

Hi Vanderkerkoff,

I am new to Docker. I am trying to install magento using this command - docker exec -it dockermagento_web_1 install-magento, getting error like rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:1153: sending signal 0 to pid 23812 caused “permission denied”.

Please help me to resolve this issue.