mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-13 20:54:16 +02:00
Fix typo in ephemeral FS in docker
Solve conflict in information between lines 3 and 9 "stopped (and) removed" in line 3 "stopped (or) removed" in line 9
This commit is contained in:
@@ -6,7 +6,7 @@ This temporary or short-lived storage is called the "ephemeral container file sy
|
|||||||
|
|
||||||
### Ephemeral FS and Data Persistence
|
### Ephemeral FS and Data Persistence
|
||||||
|
|
||||||
As any data stored within the container's ephemeral FS is lost when the container is stopped or removed, it poses a challenge to data persistence in applications. This is especially problematic for applications like databases, which require data to be persisted across multiple container life cycles.
|
As any data stored within the container's ephemeral FS is lost when the container is stopped and removed, it poses a challenge to data persistence in applications. This is especially problematic for applications like databases, which require data to be persisted across multiple container life cycles.
|
||||||
|
|
||||||
To overcome these challenges, Docker provides several methods for data persistence, such as:
|
To overcome these challenges, Docker provides several methods for data persistence, such as:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user