July 2018
Intermediate to advanced
504 pages
11h 34m
English
The oc new-app command takes a number of parameters, allowing you to modify the deployment process according to your needs. For example, you may need to modify names, specify environment variables, and so on.
Advanced options can always be displayed by using the built-in help function, which can be displayed by oc new-app --help:
$ oc new-app --helpCreate a new application by specifying source code, templates, and/or images...<OMITTED>...If you provide source code, a new build will be automatically triggered. You can use 'oc status' tocheck the progress.Usage: oc new-app (IMAGE | IMAGESTREAM | TEMPLATE | PATH | URL ...) [options]Examples: # List all local templates and image streams that can be used to create an app oc ...