Minimal DynamoDB image
500K+
Checks docs at http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html
make
docker run -d --name dynamodb peopleperhour/dynamodb
This images uses Alpine, https://github.com/gliderlabs/docker-alpine, a small footprint Docker OS with a basic package manager in order to get a small image that would contain bash and curl. The final image should be ~150 MB, not bad for full JRE & DynamoDB jar.
This is an automated build so I chose to not use gliderlabs/alpine:latest but resorted in stable 3.2 tag.
Content type
Image
Digest
sha256:5b5509012…
Size
228.7 MB
Last updated
almost 2 years ago
docker pull peopleperhour/dynamodb