Software and Systems
How-To's, Tutorials, Demos, Notes
About
Writing
Contact
How to run a docker image in OpenShift
Login into OpenShift
oc login -u openshift-devel
Create a new project
oc new-project myproject
Run the app
oc new-app bcorpusjr/tomcat
Written on December 19th, 2017 by Bobby Corpus
Feel free to share!
You may also enjoy:
Installing Keycloak on OKD 3.11
How to Demo Serverless using Knative
How to Install OpenShift 4.x on Bare Metal