dynamodb local management tool.
Execute the command docker pull taydy/dynamodb-manager to download docker image.
Execute the command docker run -t -d -p 8080:80 taydy/dynamodb-manager to run.
Your can also use docker-compoer:
version: '3'
services:
dynamodb-manager:
image: taydy/dynamodb-manager
ports:
- "8080:80"
privileged: true
restart: always
Now you can access the url http://localhost:8080 to manage your dynamodb.
If this tool helped you, please give a star, thanks! https://github.com/YoyaTeam/dynamodb-manager
Content type
Image
Digest
Size
52.4 MB
Last updated
over 5 years ago
docker pull taydy/dynamodb-manager