leonis / aws-dynamodb-local-on-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-dynamodb-local Dockerfile

This repository contains Dockerfile of aws DynamoDB local.

See AWS Documentation about DynamoDB local.

Docker image

This docker image is created with openjdk on the alpine linux! 😄

Installation

  1. Install Docker
  2. Download automated build from public Docker Hub Registry: docker pull leonisandco/aws-dynamodb-local (alternatively, you can build an image from Dockerfile: docker build -t ="leonisandco/aws-dynamodb-local" github.com/leonisandco/aws-dynamodb-local-on-docker)

Usage

Run

# show help message
$ docker run --rm -t -i leonisandco/aws-dynamodb-local
# run temporarily with some options.
$ docker run -p 7777:7777 --rm -t -i leonisandco/aws-dynamodb-local -port 7777 -inMemory -sharedDb

See AWS Documentation about how to use DynamoDB local.

About

License:MIT License