summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2016-10-05 09:42:01 -0700
committerTim Orling <timothy.t.orling@linux.intel.com>2016-10-05 09:42:01 -0700
commitfa77a7d7dcdbe30a44070172694b90e4641e77f0 (patch)
tree46a90491a7f60f882b61843dc634b535f0a42227
parent73940b430a655814f8f92dd8f8d033f0247b626a (diff)
downloadepel6-testing-container-fa77a7d7dcdbe30a44070172694b90e4641e77f0.tar.gz
epel6-testing-container-fa77a7d7dcdbe30a44070172694b90e4641e77f0.tar.xz
epel6-testing-container-fa77a7d7dcdbe30a44070172694b90e4641e77f0.zip
Add README.md
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
-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.