Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cannot execute docker container making error that OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused

Tags:

linux

docker

I tried executing docker container but cannot execute. Error message below.

OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "process_linux.go:101: executing setns process caused \"exit status 1\"": unknown

I don't find out exact reason of this error.

The container is up by docker-compose and I tried stopping or restarting this container but it doesn't work.

Any idea on this error, leave comment please.

like image 884
genuin_nius Avatar asked Apr 16 '26 11:04

genuin_nius


1 Answers

In my case I observed that the NFS server path volume which I mounted to the docker container was down. Make sure the underlying storage which you are mounting to your docker container are running fine.

like image 78
Akshay Verma Avatar answered Apr 18 '26 08:04

Akshay Verma



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!