mirror of
https://github.com/bitnami/containers.git
synced 2026-02-23 08:57:25 +08:00
Merge branch 'readme-fix
This commit is contained in:
@@ -41,7 +41,7 @@ docker build -t bitnami/elasticsearch:latest https://github.com/bitnami/bitnami-
|
||||
|
||||
# Persisting your application
|
||||
|
||||
If you remove every container and volume all your data will be lost, and the next time you run the image the application will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed. If you are using docker-compose your data will be persistent as long as you don't remove `application_data` data volumes. If you have run the containers manually or you want to mount the folders with persistent data in your host follow the next steps:
|
||||
If you remove every container and volume all your data will be lost, and the next time you run the image the application will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed. If you are using docker-compose your data will be persistent as long as you don't remove `elasticsearch_data` data volumes. If you have run the containers manually or you want to mount the folders with persistent data in your host follow the next steps:
|
||||
|
||||
> **Note!** If you have already started using your application, follow the steps on [backing](#backing-up-your-container) up to pull the data from your running container down to your host.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user