The Registry service for the TeaStore
1M+
This image contains the Registry service for our TeaStore.
To start the container, the host name (or IP) and mapped port of the machine running the container must be set through environment variables. The registry is essential as all other services will use the registry to make themselves visible to the load balancers.
Example start command:
docker run -e "HOST_NAME=10.1.2.3" -e "SERVICE_PORT=10000" -p 10000:8080 -d descartesresearch/teastore-registry
For more information, visit the getting started documentation on GitHub: https://github.com/DescartesResearch/TeaStore/wiki/Getting-Started
Content type
Image
Digest
sha256:25000aa7f…
Size
338.6 MB
Last updated
about 4 years ago
docker pull descartesresearch/teastore-registry