DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
There are public repositories in DockerHub for fineract-cn:
Running a micro service public image
docker run apache/fineract-cn-xxx:latest
Or if you want to run specific version
docker run apache/fineract-cn-xxx:version.number.goes-here
You need to generate keys and pass them to docker images as environmental variables. See these instructions.There are also docker-compose scripts available: https://github.com/apache/fineract-cn-docker-compose
...