You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A container app has access to different types of storage. A single app can take advantage of more than one type of storage if necessary.
17
17
18
+
> [!Note]
19
+
> Avoid using special characters in volume names to prevent deployment failures. For example, a volume named `credentials.json` contains a special character (`.`) which results in a deployment error.
20
+
18
21
| Storage type | Description | Persistence | Usage example |
19
22
|--|--|--|
20
23
|[Container-scoped storage](#container-scoped-storage)| Ephemeral storage available to a running container | Data is available until container shuts down | Writing a local app cache. |
0 commit comments