0 votes
in DevOps by

Can you lose data when the container exits in Devops?

1 Answer

0 votes
by

No, any data that your application writes to disk get stored in container. The file system for the contain persists even after the container halts.

...