docker: Error response from daemon: OCI runtime create create failed: container_linux.go:348: starting container process caused "exec: \"/usr/sbin/init\": stat /usr/sbin/init: no such file or directory": unknown.
If you are getting above error message trying to launch a container. Simple fix of this error message is to set SELinux in permissive mode.
[root@server109 docker-ws]# setenforce 0
If you are getting above error message trying to launch a container. Simple fix of this error message is to set SELinux in permissive mode.
[root@server109 docker-ws]# setenforce 0
Comments
Post a Comment
Please share your experience.....