From 87a3e17de68c10559889a57d487ee3c245363f2b Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Wed, 5 Oct 2016 22:38:26 -0700 Subject: Update README.md now that sh script helps the workflow Signed-off-by: Tim Orling --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 +``` -- cgit