amazon/dynamodb-local inMemory extra parameter


Recommended Posts

By default the amazon/dynamodb-local docker container starts with the database being only in memory as can be seen in the startup log.

 

According to the documentation that is because I aaded the -inMemory command line option. But I have not. Setting -e inMemory=false also does not disable this option.

 

Can someone please help me to configure the docker container in such a way that the db will be saved?

 

Thank you

Michael 

Link to comment

Quick look, and you'd have to exec into the running container and then run aws via the command lines.  

37 minutes ago, michinamibia said:

Setting -e inMemory=false

If anything, it would be via the post arguments field in the template (advanced view), not as an environment variable

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.