How Can We Help?

Categories

No data after docker restart

You are here:

As docker images can’t store user data, you need to mount a local directory in your computer or create volumes which PV will use to store its data. If you run the PV image image without mounting a local volume then your data will be lost and you won’t be able to recover them as they will be temporarily stored in memory, if your computer or the Docker engine restarts.

Please refer here how to start PV properly

How to run with Docker

Run via script (Mac/Linux OS)

More info about Docker storage can be found here

https://docs.docker.com/storage/volumes/

https://docs.docker.com/storage/bind-mounts/

Table of Contents