Skip to content

leonis/aws-dynamodb-local-on-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published