Added a brief description
This commit is contained in:
parent
7a32c77ad1
commit
0aad592ea3
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Testcontainers Infinispan
|
||||
|
||||
The [Testcontainers](https://www.testcontainers.org/) library provides container implementations
|
||||
for a few different docker containers that you might want to use during integration tests. You can always
|
||||
use a generic container to launch other images. This repository contains an implementation of a container
|
||||
for the Infinispan cache server. It provides an API that is aimed to help you configure the container.
|
||||
|
||||
At the moment this is a rudimentary implementation and by no means complete. Feel free to suggest changes!
|
Loading…
Reference in a new issue