summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2b346ce
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.