These are Docker build files for HTCondor running as a slave(worker) node. The container is running CentOS7.
docker build grid-docker -t name
docker images
docker run -dit -p 9618:9618 -e HOST_IP=$(hostname --ip-address) IMAGE_ID
docker exec -it CONTAINER_NAME /bin/bash
docker pull trecakov/htcondor-slave-node