Google News
logo
Docker - Interview Questions
If you were to exit the Docker Container, will you lose your data?
When a Docker Container is exited, no data loss occurs as all the data is written to the disk by the application for the sole purpose of preservation. This process is consistently repeated until and unless the container is unequivocally deleted. Moreover, the file system for the Docker container persists even after the Docker container is halted.
Advertisement