DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Running a micro service public image
TODO - replace "aasaru" with "apache" once the set-up has been completed
docker run aasaruapache/fineract-cn-xxx:latest
Or if you want to run specific version
docker run aasaruapache/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
How the Docker Hub has been set up
...