Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • from source code
    • oc new-app /path/to/someUser/someProject
    • oc new-app https://github.com/someUser/someProject
  • from docker images
    • oc new-app someImageOnDockerHub
    • oc new-app localhost:5000/someImage
  • from templates
    • oc new-app someOpenShiftTemplate
    • oc new-app -f /path/to/someTemplate.json
  • using the web console

Deploying an App

YZ

Running Magnolia on OpenShift

...