gad2103 / dynamodb-local

Docker build for DynamoDB local

Home Page:http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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