Minimal Amazon DynamoDB image based on Alpine Linux for local development
1.2K
This image is bases on alpine image, so it's only 192MB with Java JRE and DynamoDB installed.
You can pull this image from docker hub:
$ git pull onjin/dynamodb-alpine
Or build your own from repository:
$ docker build -t dynamodb-alpine .
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative burdens of operating and scaling a distributed database, so that you don't have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling.
Simple start:
$ docker run -d onjin/dynamodb-alpine
Now you can open dynamodb shell:
http://container-ip:8000/shell
Run with persisent dynamodb data:
$ docker run -v /tmp/dynamodbdata:/var/dynamodb onjin/dynamodb-alpine
Content type
Image
Digest
Size
67.9 MB
Last updated
about 6 years ago
docker pull onjin/dynamodb-alpine