This is an example Dockerfile with Infinispan in embedded mode, namely WildFly application server with Infinispan modules.
docker run -it jboss/infinispan-modules
FROM jboss/infinispan-modules
# Do your stuff here
Then you can build the image:
docker build .
The source is available on GitHub.
Please report any issues or file RFEs on GitHub.
Content type
Image
Digest
sha256:47c7141a9…
Size
300.9 MB
Last updated
over 8 years ago
docker pull jboss/infinispan-modules