Openshift 部署第一个应用hello-openshift:
cd /opt/
wget https://github.com/openshift/origin/releases/download/v3.7.2/openshift-origin-server-v3.7.2-282e43f-linux-64bit.tar.gz
tar zxvf openshift-origin-server-v3.7.2-282e43f-linux-64bit.tar.gz
ln -s openshift-origin-server-v3.7.2-282e43f-linux-64bit /opt/openshift
vi /etc/profile
PATH=$PATH:/opt/openshift
source /etc/profile
openshift version

cd /opt/openshift
openshift start
https://192.168.1.151:8443/console/

Add to project -> Deploy Image

Click

点击查看详细信息:

通过IP测试成功:
