Docker image for dsui, the cloud datastore node UI viewer
2.0K
A docker image to run dsui, a UI for the Google Cloud Datastore emulator.
$ docker run -p 3000:3000 -e DATASTORE_PROJECT_ID=my-proj-id mdzhang/dsui
Then you can hit http://localhost:3000 in your browser.
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
Content type
Image
Digest
Size
370.4 MB
Last updated
over 8 years ago
docker pull mdzhang/dsui