An open API service indexing awesome lists of open source software.

https://github.com/motemen/docker-datastore-emulator


https://github.com/motemen/docker-datastore-emulator

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# datastore-emulator

A simple Docker image which launches Cloud Datastore emulator, built upon [google/cloud-sdk](https://hub.docker.com/r/google/cloud-sdk).

## Usage

docker run -it --rm -e CLOUDSDK_CORE_PROJECT=test-project -p 8081:8081 motemen/datastore-emulator