summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2016-10-05 22:38:26 -0700
committerTim Orling <timothy.t.orling@linux.intel.com>2016-10-05 22:38:26 -0700
commit87a3e17de68c10559889a57d487ee3c245363f2b (patch)
tree6740e544e6f12653407598813a500c5bdbbc7bd3
parent7589c42e2e18720d3acae57f9ea05d4fe30b30ac (diff)
downloadepel6-testing-container-87a3e17de68c10559889a57d487ee3c245363f2b.tar.gz
epel6-testing-container-87a3e17de68c10559889a57d487ee3c245363f2b.tar.xz
epel6-testing-container-87a3e17de68c10559889a57d487ee3c245363f2b.zip
Update README.md now that sh script helps the workflow
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2b346ce..f3b2e68 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,21 @@
Use a Centos 6.8 Docker container to run tests (pytest) to validate epel-testing features.
+## TL;DR
+```
+build_and_run.sh
+```
+
+which runs these commands for you
```
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.
+You will need to delete old images when you want to get new updates from the epel-testing repo.
+
+
+```
+docker images
+docker rmi <the offending old image hash>
+```