gcloud datastore emulator
875
FROM google/cloud-sdk:227.0.0-alpine
ENV CLOUDSDK_CORE_PROJECT test
RUN apk add --update --no-cache openjdk8-jre &&\
gcloud components install cloud-datastore-emulator beta --quiet
ENTRYPOINT ["gcloud", "beta", "emulators", "datastore", "start", "--host-port", "0.0.0.0:8000", "--no-store-on-disk"]
EXPOSE 8000
Content type
Image
Digest
Size
185.4 MB
Last updated
almost 8 years ago
docker pull devmasx/gcloud-datastore-emulator