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
Post a Comment