Created
April 19, 2018 14:04
-
-
Save stevebakh/edac58ac91a263b24eb9d1a5a679881f to your computer and use it in GitHub Desktop.
Run Google Cloud Datastore emulator via the official docker image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run \ | |
| --rm \ | |
| -it \ | |
| -p 8099:8099 \ | |
| google/cloud-sdk \ | |
| gcloud beta emulators datastore start --project foobar --host-port 0.0.0.0:8099 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment