Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 227 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 227 Bytes

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