Quantcast
Channel: Magnus K Karlsson
Viewing all articles
Browse latest Browse all 526

OpenShift 4.10 I: S2I, start-build, BuildConfig and Deployment

$
0
0
>$ oc new-app --name=php-helloworld --image-stream=php:7.3 https://github.com/magnuskkarlsson/DO180-apps#s2i --context-dir=php-helloworld

$ oc start-build buildconfig.build.openshift.io/nodejs-dev

$ oc logs -f buildconfig.build.openshift.io/nodejs-dev
...
Push successful

$ oc logs -f deployment.apps/nodejs-dev

Viewing all articles
Browse latest Browse all 526

Trending Articles