Skip to content

Instantly share code, notes, and snippets.

@stevebakh
Created April 19, 2018 14:04
Show Gist options
  • Select an option

  • Save stevebakh/edac58ac91a263b24eb9d1a5a679881f to your computer and use it in GitHub Desktop.

Select an option

Save stevebakh/edac58ac91a263b24eb9d1a5a679881f to your computer and use it in GitHub Desktop.
Run Google Cloud Datastore emulator via the official docker image
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