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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -