Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 333 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 333 Bytes

nodejs

Nodejs tests

oc login
oc whoami
oc new-project testing --display-name="Hello World NodeJS"
oc project testing
oc new-app openshift/nodejs-010-centos7~https://github.com/manurodriguez/nodejs.git
oc describe build
oc get svc
oc describe svc/nodejs
oc get pods
oc expose service nodejs
oc get routes