While using given step in doc getting mentioned error and POD status is "CrashedLoopBackOff"
When I am checking POD log I am getting below,
Log:
"This is a S2I rhel base image.
To use it in OpenShift, run:
oc new-app nginx:1.16~https://github.com/sclorg/nginx-container.git --context-dir=1.16/test/test-app/
You can then run the resulting image via:
docker run -p 8080:8080 nginx-sample-app
Alternatively, to run the image directly using podman or docker, or how to use it as a parent image in a Dockerfile, see documentation at
https://github.com/sclorg/nginx-container/blob/master/1.16/README.md."