The WebUI service for the TeaStore
100K+
This image contains the WebUI service for our TeaStore.
To start the container, the host name (or IP) and port of the registry (https://hub.docker.com/r/descartesresearch/teastore-registry) must be supplied as environment variables. Also the host name (or IP) and mapped port of the machine running the container must be set through environment variables.
Example start command:
docker run -e "REGISTRY_HOST=10.1.2.3" -e "REGISTRY_PORT=10000" -e "HOST_NAME=10.1.2.30" -e "SERVICE_PORT=8080" -p 8080:8080 -d descartesresearch/teastore-webui
For more information, visit the getting started documentation on GitHub: https://github.com/DescartesResearch/TeaStore/wiki/Getting-Started
Content type
Image
Digest
sha256:d0e490bd0…
Size
355.2 MB
Last updated
about 4 years ago
docker pull descartesresearch/teastore-webui