Storage Persistence #22
Answered
by
jnonino
DevSecDude
asked this question in
Q&A
-
How is the storage being persisted for container running in fargate? Specifically the following:
|
Beta Was this translation helpful? Give feedback.
Answered by
jnonino
Sep 23, 2021
Replies: 1 comment
-
Hi, right n ow there is no mechanism to persist that data. One idea could be to implement EFS drive so containers can start, stop and restart mounting the same drive. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DevSecDude
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, right n ow there is no mechanism to persist that data. One idea could be to implement EFS drive so containers can start, stop and restart mounting the same drive.