https://github.com/motemen/docker-datastore-emulator
https://github.com/motemen/docker-datastore-emulator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/motemen/docker-datastore-emulator
- Owner: motemen
- Created: 2020-05-02T09:54:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T21:43:12.000Z (8 months ago)
- Last Synced: 2024-10-29T23:47:46.433Z (8 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/motemen/datastore-emulator
- Size: 132 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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