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

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:


  oc new-app <''[[Docker_Concepts#URL|docker-repository-URL]]''>
  oc new-app <''[[Docker_Concepts#URL|docker-repository-URL]]''>
The utility creates an image stream, a deployment config and a service in the ''current project''

Revision as of 01:07, 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>

The utility creates an image stream, a deployment config and a service in the current project