OpenShift Create an Application from a Docker Image

From NovaOrdis Knowledge Base
Revision as of 01:12, 20 January 2018 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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

Example:

oc new-app docker.io/sonatype/nexus3:latest

For more details on how to deploy a production-ready Nexus instance starting with oc new-app <nexus-image-url>, go to:

Deploy Nexus Based on a Standard Sonatype Docker Image