Search This Blog

Tuesday, January 8, 2019

docker image not running on openshift giving file not found

If your docker image which was running earlier on raw container fails to boot
on openshift and starts giving file not found error or directory not found error.

You need to check the permissions, your root account enabled image
will not work on openshift and you will have to rewrite docker file with 
approppriate user/directories and permissions. 

The mounts will have to be writable, this kind of problems are not there
when running under root inside docker.

No comments:

Post a Comment