OpenShift Create an Application from a Docker Image: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:
A Docker image repository URL can be provided to oc new-app to create an application based on that image.  
A Docker image repository URL can be provided to oc new-app to create an application based on that image.  


  oc new-app <''[Docker_Concepts#URL|docker-repository-URL]]''>
  oc new-app <''[[Docker_Concepts#URL|docker-repository-URL]]''>

Revision as of 01:06, 20 January 2018

Internal

Overview

A Docker image repository URL can be provided to oc new-app to create an application based on that image.

oc new-app <docker-repository-URL>