Run DynamoDB Local on Docker Container


Run-DynamoDb-on-Docker-Desktop.

In order to run DynamoDB on Docker Container, you can pull the official AWS image of DynamoDB from Docker-Hub,

https://hub.docker.com/r/amazon/dynamodb-local
% docker pull amazon/dynamodb-local
Using default tag: latest
latest: Pulling from amazon/dynamodb-local
8cd18ebacb4a: Pull complete 
...
...
fa4e5fa02dc4: Pull complete 
Digest: sha256:b0e6d35e4a783a6a7e86a26085b1f05e35910e5ca84c9c807f3164ec2da286e3
Status: Downloaded newer image for amazon/dynamodb-local:latest
docker.io/amazon/dynamodb-local:latest

Now open your web browser and type: http://localhost:8000 and you should be able to access DynamoDB



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap