tarantool-testcontainers-usage
README.MD
Different ways of starting Tarantool container during tests
Prerequisites
- JDK 17
- Docker
Example of TestContainers library usage
TestContainers Tarantool module situated here
Example of Palantir-Docker library usage
For Win OS need to add env variables with path to Docker executable files
and docker.exe
:docker-compose.exe
DOCKER_LOCATION=C:\\Program Files\\Docker\\Docker\\resources\\bin\\docker.exe
DOCKER_COMPOSE_LOCATION=C:\\Program Files\\Docker\\Docker\\resources\\bin\\docker-compose.exe
It could be done using next commands:
setx DOCKER_LOCATION "C:\\Program Files\\Docker\\Docker\\resources\\bin\\docker.exe"
setx DOCKER_COMPOSE_LOCATION "C:\\Program Files\\Docker\\Docker\\resources\\bin\\docker-compose.exe"
These variables used by the library Palantir-Docker.
Описание
Example of Testcontainers usage for Tarantool DB
Языки
Java
- Batchfile
- Lua
- Dockerfile