DynamoDB Local Client in an Ubuntu Container
487
DynamoDB Local Client in an Ubuntu Container
This Image lets you use the AWS DynamoDB Local stuff. Run this image with
docker run -d --name dynamodb kasitmp/dynamodb-local-ubuntu
If you publish the port 8000 with
docker run -d --name dynamodb --publish 8000:8000 kasitmp/dynamodb-local-ubuntu
you can access the DynamoDB Shell feature in your browser under http://:8000/shell
You find further information about AWS DynamoDB Local and the javascript shell
Content type
Image
Digest
sha256:92dec952e…
Size
189.6 MB
Last updated
almost 11 years ago
docker pull kasitmp/dynamodb-local-ubuntu