Description
Actually when setting up new database for testing and client-demo purposes It takes around 15 - 20 minutes to create entities and put seed data into these entities and this repetation of task with every new build/release wastes lots of time and is also very frustrating because of doing same task again and again.
This problem can be solved by can using DOCKERS with image already having OFBIZ entities created in them and it will make getting fresh database as simple as just starting the new process(Docker container and forwarding ports for database from host machine to docker container).