In this post, I will introduce a way to deploy a Nginx Reverse Proxy to Openshift base on RedHat certified Nginx Builder Image.
In this post, I will introduce a way to deploy a Nginx Reverse Proxy to Openshift base on RedHat certified Nginx Builder Image.
Minishift allows running a mini-version of Openshift cluster locally for convenience of development and debug. This blog is going through how to run minishift on MacOS.
Although Openshift is able to use docker images, it has much more restrictions like no root user. Thus not all docker images can work straight on Openshift. Unfortunately, the official nginx
docker image does not work on openshift.
In this post, I will simply go through how to run this Official RedHat nginx image on Openshift and deploy a website onto it.