Sign inSign up

mdzhang/dsui

By mdzhang

Updated over 8 years ago

Docker image for dsui, the cloud datastore node UI viewer

Image
0

2.0K

mdzhang/dsui repository overview

mdzhang/dsui

mdzhang/dsui mdzhang/dsui mdzhang/dsui mdzhang/dsui

A docker image to run dsui, a UI for the Google Cloud Datastore emulator.

How to use this image

$ docker run -p 3000:3000 -e DATASTORE_PROJECT_ID=my-proj-id mdzhang/dsui

Then you can hit http://localhost:3000 in your browser.

Configuration

Environment variables are passed to the run command for configuring the dsui UI.

Name                             |           Default | Description
-------------------------------- | ----------------- | ------------
DATASTORE_PROJECT_ID             |           'dev-0' | Same project id used by emulator/your datastore project
DATASTORE_HOST                   |  'localhost:8081' | Emulator host

Tag summary

Content type

Image

Digest

Size

370.4 MB

Last updated

over 8 years ago

docker pull mdzhang/dsui