From 0aad592ea3ac2b92eee892c6a27e59f1a57b95c1 Mon Sep 17 00:00:00 2001 From: Reinhard Prechtl Date: Thu, 7 Dec 2017 18:32:36 +0100 Subject: [PATCH] Added a brief description --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9aa5384 --- /dev/null +++ b/README.md @@ -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! \ No newline at end of file