Running docker images on Openshift

Hi,
I am familiar with docker setup, and i run the HPL using the docker with instructions mentioned on the NGC page -

docker run --gpus all -v ${MOUNT} \
     ${CONT} \
     mpirun --bind-to none -np 8 \
     hpl.sh --config dgx-a100 --dat /my-dat-files/HPL.dat

I have a openshift setup at my lab, incase anyone has the experience then could you please share/point me to the instructions to run the ngc HPL container on a single node of Openshift setup ?