dynamodb-local
dynamodb-local copied to clipboard
Docker build for DynamoDB local
Results
2
dynamodb-local issues
Sort by
recently updated
recently updated
newest added
I see this error when I run `docker build`: ``` gzip: stdin: not in gzip format /bin/tar: Child returned status 1 /bin/tar: Error is not recoverable: exiting now The command...
Thanks for this Docker image! By default I think the command should be ``` dockerfile CMD [] ``` to support running DynamoDB Local with the default arguments. (Default data directory...