Before build this docker image it's necessary put in this directory the files jboss-eap-7.0.0.zip and jboss-eap-7.0.7-patch.zip, jboss-bpmsuite-6.4.0.GA-deployable-eap7.x.zip and jboss-bpmsuite-6.4.5-patch.zip, you can download the file at Red Hat JBoss Enterprise Application Platform and Red Hat JBoss BPM Suite
git clone https://github.com/fabricads/docker-bpms
docker build -t redhat/bpms:6.4.5 docker-bpms
docker run -d --name redhat-bpms -p 8080:8080 -p 9990:9990 redhat/bpms:6.4.5
Go to Business Central
To share your local server to internet install ngrok and run ngrok http 8000