Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.

trayio/dynamodb-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Runs the DynamoDB local service as a docker container. Run without parameters to see help:

docker run -i -t tray/dynamodb-local

Example:

docker run -i -t -p 7777:7777 tray/dynamodb-local -inMemory -port 7777