Sign inSign up

descartesresearch/teastore-persistence

By descartesresearch

Updated almost 3 years ago

The Persistence service for the TeaStore

Image
1

500K+

descartesresearch/teastore-persistence repository overview

This image contains the Persistence 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. The persistence provider must be able to connect to a MariaDB or MySQL database to work properly. We recommend to use our database image (https://hub.docker.com/r/descartesresearch/teastore-db). As an alternative, you can setup your own database. The host name (or IP) and port of the database must be set via 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=1111" -e "DB_HOST=10.1.2.20" -e "DB_PORT=3306" -p 1111:8080 -d descartesresearch/teastore-persistence

For more information, visit the getting started documentation on GitHub: https://github.com/DescartesResearch/TeaStore/wiki/Getting-Started

Tag summary

Content type

Image

Digest

sha256:ac6b0fe9a

Size

360.4 MB

Last updated

about 4 years ago

docker pull descartesresearch/teastore-persistence