Docker image does not appear as a service in openshift -


i want deploy application in openshift directly docker image. application uses mongodb database. tried adapt the scenario openshift tutorial

as difference, first added mongodb persistent storage in project, added docker image application itself.

problem application not appear "service", hence can not create route , have no access it...

what did miss here?

problems comes here no port being exposed image. need sure dockerfile expose line somewhere.

once added, openshift correctly creates service image.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -