summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 2b346ceca1cff853a874f261890fd90def70c6ec (plain)
1
2
3
4
5
6
7
8
9
10
# 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.