The Authentication service for the TeaStore
500K+
This image contains the Authentication 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=2222" -p 2222:8080 -d descartesresearch/teastore-auth
For more information, visit the getting started documentation on GitHub: https://github.com/DescartesResearch/TeaStore/wiki/Getting-Started
Content type
Image
Digest
sha256:1babe5ca1…
Size
351.1 MB
Last updated
about 4 years ago
docker pull descartesresearch/teastore-auth