1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/cli_reference/developer_cli_odo/using-sample-applications.adoc
2020-08-10 20:18:09 +00:00

36 lines
1.2 KiB
Plaintext

[id="using-sample-applications"]
= Using sample applications
include::modules/developer-cli-odo-attributes.adoc[]
include::modules/common-attributes.adoc[]
:context: using-sample-applications
toc::[]
`{odo-title}` offers partial compatibility with any language or runtime listed within the OpenShift catalog of component types. For example:
[source,terminal]
----
NAME PROJECT TAGS
dotnet openshift 2.0,latest
httpd openshift 2.4,latest
java openshift 8,latest
nginx openshift 1.10,1.12,1.8,latest
nodejs openshift 0.10,4,6,8,latest
perl openshift 5.16,5.20,5.24,latest
php openshift 5.5,5.6,7.0,7.1,latest
python openshift 2.7,3.3,3.4,3.5,3.6,latest
ruby openshift 2.0,2.2,2.3,2.4,latest
wildfly openshift 10.0,10.1,8.1,9.0,latest
----
[NOTE]
====
For `{odo-title}` Java and Node.js are the officially supported component types.
Run `odo catalog list components` to verify the officially supported component types.
====
In order to access the component over the web, create a URL using `odo url create`.
include::modules/developer-cli-odo-sample-applications.adoc[leveloffset=+1]