From 4328fe20711b77ab8b28fa7e104f4536c6dbcaf9 Mon Sep 17 00:00:00 2001 From: Ryan Schlesinger Date: Mon, 2 Jan 2017 16:50:34 -0800 Subject: [PATCH] Update README.md The tests have the image name hardcoded to kylemanna/openvpn. Attempting to run with any other name causes the tests to run against the latest image from docker hub. --- test/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index 4ba0f06..ff3d14c 100644 --- a/test/README.md +++ b/test/README.md @@ -4,8 +4,9 @@ Philosophy is to not re-invent the wheel while allowing users to quickly test re Example invocation from top-level of repository: - docker build -t openvpn . - tests/run.sh openvpn + docker build -t kylemanna/openvpn . + test/run.sh kylemanna/openvpn + # Be sure to pull kylemanna/openvpn:latest after you're done testing More details: https://github.com/docker-library/official-images/tree/master/test