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.
This commit is contained in:
Ryan Schlesinger 2017-01-02 16:50:34 -08:00 committed by GitHub
parent 1e24ee19d9
commit 4328fe2071
1 changed files with 3 additions and 2 deletions

View File

@ -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