None of the below will work until you complete this step.
Run the following command inside the repo folder: mvn clean package docker:build
Run the following commands while inside git folder to place files in same directory as docker-compose file
This will take the default files from the docker image and place them in a local folder. (https://github.com/docker-solr/docker-solr-examples/tree/master/custom-configset)
Now you have the folder myconf locally
Create the mycores folder <-- this folder will be empty for now but in the future will have contents
http://localhost:8983/solr/#/ <-- to see the solr UI
http://localhost:8984/employee/random <-- to generate a random amount of employees in the database. Generates [75000,17500) at a time
From within the repo folder run the following commands
docker-compose stop -t 0
docker-compose rm -vfa