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”
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.
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”.