Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Docker machinery

A. Soroka edited this page May 24, 2019 · 1 revision

Trellis/Cassandra provides Docker images for use. Build them with mvn -Pdocker install.

In some containerized deployments, you may receive an error like java.net.SocketException: Protocol family unavailable, which indicates that the appplication is trying to bind to an IPv6 port. You can prevent this if needed by adding

-Djava.net.preferIPv4Stack=true

to your invocation.

Clone this wiki locally