Skip to main content

Posts

Showing posts with the label CRI-O

OpenShift - Deploy your own Blog/WebApp/Web site?

  In one of my  previous post  I have explained that how to create your own blog using Docker. We will do same practical today but this time using one of the most demanding platform-as-a-service solution. Red Hat OpenShift container platform. I have explained in my previous posts that what extra we can achieve using OpenShift. Please have a look on below posts for more details- https://rakeshkumar0504.blogspot.com/2020/04/openshift-day-1.html https://rakeshkumar0504.blogspot.com/2020/04/openshift-day2.html Let's start the practical:- I have logged into my  rol account  and have oc command ready with me. If you also want to configure oc command you down from  here  setup as below. [root@server106 ~]# cd /root/Desktop/ [root@server106 Desktop]# ll total 117532 -rwxr-xr-x. 1 root root 120350344 Apr 27  2020 oc [root@server106 Desktop]# chmod 755 oc [root@server106 Desktop]# mv oc /usr/bin/ Run [root@server106 Desktop]# oc --version c...