# epel6-testing-container Use a Centos 6.8 Docker container to run tests (pytest) to validate epel-testing features. ``` docker build -t epel6-testing . docker run --rm -t epel6-testing ``` You will need to delete old containers when you want to get new updates from the epel-testing repo.