https://github.com/simonwhitaker/docker-dsui
Docker image for dsui, the cloud datastore node UI viewer
https://github.com/simonwhitaker/docker-dsui
Last synced: 5 months ago
JSON representation
Docker image for dsui, the cloud datastore node UI viewer
- Host: GitHub
- URL: https://github.com/simonwhitaker/docker-dsui
- Owner: simonwhitaker
- Created: 2019-07-08T06:17:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T16:24:33.000Z (almost 8 years ago)
- Last Synced: 2025-06-02T01:26:24.839Z (about 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdzhang/dsui
[![mdzhang/dsui][docker-pulls-image]][docker-hub-url] [![mdzhang/dsui][docker-stars-image]][docker-hub-url] [![mdzhang/dsui][docker-size-image]][docker-hub-url] [![mdzhang/dsui][docker-layers-image]][docker-hub-url]
A docker image to run [dsui](https://github.com/streamrail/dsui), a UI for the Google Cloud Datastore emulator.
# How to use this image
```console
$ 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
[docker-hub-url]: https://hub.docker.com/r/mdzhang/dsui
[docker-layers-image]: https://img.shields.io/imagelayers/layers/mdzhang/dsui/latest.svg?style=flat-square
[docker-pulls-image]: https://img.shields.io/docker/pulls/mdzhang/dsui.svg?style=flat-square
[docker-size-image]: https://img.shields.io/imagelayers/image-size/mdzhang/dsui/latest.svg?style=flat-square
[docker-stars-image]: https://img.shields.io/docker/stars/mdzhang/dsui.svg?style=flat-square