1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/learning-deploying-application-s2i-deployments-create-new-project.adoc

17 lines
526 B
Plaintext

// Module included in the following assemblies:
//
// * rosa_learning/deploying_application_workshop/learning-deploying-application-s2i-deployments.adoc
:_mod-docs-content-type: PROCEDURE
[id="learning-deploying-application-s2i-deployments-create-new-project_{context}"]
= Creating a new project
[role="_abstract"]
You can use the {oc-first} to create a new project within your cluster.
.Procedure
* Create a new project from the CLI by running the following command:
+
[source,terminal]
----
$ oc new-project ostoy-s2i
----