
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
More Posts related to Docker,
- How to docker remove a container when it exits
- Install Python on Alpine Linux - Docker
- How to Rename Docker Image with none TAG and REPOSITORY?
- Remove all stopped containers in Docker using prune command
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- [fix] Error response from daemon: conflict unable to remove repository reference ubuntu container is using its referenced image
- [Docker] Install Python3 on Alpine Linux
- Unable to find image docker latest locally
- How to Stop/Cancel/kill docker image pull
- How to know the Docker Engine Version
- [fix] Docker: OCI runtime exec failed unable to start container process
- [Solution] Alpine Docker apt-get: not found
- Install and Run Cassandra on Docker Desktop
- Install node on Alpine Linux Docker
- How to Copy files from Docker Container to Host System
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
- How to stop and start a docker container
- Docker - Error response from daemon: You cannot remove a running container
- Open Docker Desktop from macOS Terminal
- How to check installed docker version command
- How to know the Docker Sandbox ID of a Container Network?
- [fix] docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory.
- [Docker] Install Git on Alpine Linux
- Docker MySQL Compose File with Volume Example
- [fix] Docker: Alpine Linux - /bin/sh: bash: not found
More Posts:
- Syntax error, parameterized types are only available if source level is 1.5 or greater [Java] - Eclipse
- Android AlertDialog with Yes No and Cancel Button - Android
- Bash Hello World! Script Tutorial - Bash
- Fetch as Google Crawl Error or Redirected Status - Google
- SQLite Error: unknown command or invalid arguments: open. Enter .help for help - Android
- Java - PatternSyntaxException - Java
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater - Eclipse
- Add Buttons at the bottom of Android Layout xml file - Android