Hi, I am looking for a method to retain DynamoDB data when powering off the PC, when it restarts (and then I restart the Docker image) I have to manually recreate the DynamoDB table and insert the new data (old data is lost). How can I maintain the DynamoDB table data when turning off the Docker engine?