Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 822 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 822 Bytes

Purpose

Features

  • Creates named volumes to persist across restarts. You have to remove the named volume to restore to original
  • DynamoDB is connected too using --endpoint-url http://localhost:8000
  • The DynamoDB shell UI is on http://localhost:8000/shell/
  • Open shell command prompt with docker exec -it dynamodb /bin/bash
    • This may not work from a GitHub Bash prompt on Windows

Docker Management

See README.md in the root of this repo for interesting docker commands.

IDE Integration

No IDE integrations specific to this project are called out at this time.