July 2018
Intermediate to advanced
504 pages
11h 34m
English
Let's delete the resources created previously:
$ oc delete all --allroute "httpd" deletedroute "httpd1" deletedroute "httpd2" deletedpod "httpd" deletedservice "httpd" deleted
Recently, we showed that OpenShift comes with an image stream that contains the path to the OpenShift-ready httpd image. The oc new-app utility uses Docker images referenced by image streams by default.
Here is an example of creating a basic httpd application:
$ oc new-app httpd--> Found image cc641a9 (5 days old) in image stream "openshift/httpd" under tag "2.4" for "httpd" Apache httpd 2.4 ---------------- Apache httpd 2.4 available as container, ...
Read now
Unlock full access