mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Fix odo commands and a heading bug.
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
6e77921246
commit
69d150dd69
@@ -1,5 +1,5 @@
|
||||
[id="understanding-odo"]
|
||||
= Understanding `{odo-title}`
|
||||
= Understanding `odo`
|
||||
include::modules/developer-cli-odo-attributes.adoc[]
|
||||
include::modules/common-attributes.adoc[]
|
||||
:context: understanding-odo
|
||||
|
||||
@@ -116,7 +116,7 @@ $ mvn package
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ odo create openjdk18 backend --binary target/wildwest-1.0.jar
|
||||
$ odo create --s2i openjdk18 backend --binary target/wildwest-1.0.jar
|
||||
----
|
||||
+
|
||||
.Example output
|
||||
|
||||
@@ -55,7 +55,7 @@ The front-end component is written in an interpreted language (Node.js); it does
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ odo create nodejs frontend
|
||||
$ odo create --s2i nodejs frontend
|
||||
----
|
||||
+
|
||||
.Example output
|
||||
|
||||
Reference in New Issue
Block a user