evalphobia
evalphobia
Thanks! :smile: I could not run the test it my local environment. Did you pass it?
@thinkong sorry for my late reply. I checked the test and modified for one connection in #8 . I add new api `New()` as your intention, but I feel sorry...
You can use volume option (`-v`, `--volume`) and bind to container's `/var/lib/dynamodb`. ```bash docker run -v $HOME/.local/dynamodb:/var/lib/dynamodb -p 8000:8000 -it --rm instructure/dynamo-local-admin ``` https://docs.docker.com/engine/reference/commandline/run/