OpenShift Create an Application from a Docker Image: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * oc new-app * Application Operations =Overview=") |
|||
Line 5: | Line 5: | ||
=Overview= | =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_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_Concepts#URL|docker-repository-URL]]>