Friday, March 15, 2019

NGINX

  225  oc new-project qqmelo
  226  oc new-app twalter/openshift-nginx:stable --name nginx-stable
  227  oc status
  228  oc statusw
  229  oc status
  230  oc get pods
  231  oc describe pod nginx-stable-1-c98h4
  232  curl 10.128.0.105
  233  curl 10.128.0.105:8080
  234  curl 10.128.0.105:8081


la pagina de donde tome todo es 

https://torstenwalter.de/openshift/nginx/2017/08/04/nginx-on-openshift.html

No comments: