mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
932 B
Plaintext
23 lines
932 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * rosa_learning/deploying_application_workshop/learning-deploying-application-storage.adoc
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="learning-deploying-application-storage-storing_{context}"]
|
|
= Storing your file
|
|
|
|
[role="_abstract"]
|
|
You can store files within your application from the OSToy application's console.
|
|
|
|
.Procedure
|
|
. In the OSToy app console, click *Persistent Storage* in the left menu.
|
|
. In the *Filename* box, enter a file name with a `.txt` extension, for example `test-pv.txt`.
|
|
. In the *File contents* box, enter a sentence of text, for example `OpenShift is the greatest thing since sliced bread!`.
|
|
. Click *Create file*.
|
|
+
|
|
image::cloud-experts-storage-ostoy-createfile.png[]
|
|
+
|
|
.Verification
|
|
. Scroll to *Existing files* on the OSToy app console.
|
|
. Click the file you created to see the file name and contents.
|
|
+
|
|
image::cloud-experts-storage-ostoy-viewfile.png[] |