yauritux/dynamodb

By yauritux

Updated about 8 years ago

Image for Local Amazon DynamoDB

Image
0

246

What is DynamoDB ?

Check the documentation at Amazon DynamoDB

Dockerfile Links

  1. latest version

How to Use this Image ?

  1. Ensure you have docker client within your machine.
  2. Open the terminal
  3. Run the image by using the following command:

docker run -d -p 8000:8000 yauritux/dynamodb

or

docker run -d --name dynamodb -p 8000:8000 yauritux/dynamodb

to give it a specific name (e.g. dynamodb)

LICENSE

View license information for the software contained in this image.

Supported Docker Versions

This image is officially supported on Docker version 1.12.3. Please see the docker installation documentation for details on how to upgrade your Docker daemon.

User Feedback

Issues

If you have any problems with or questions about this image, please contact me through a GitHub issue.

Docker Pull Command

docker pull yauritux/dynamodb