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:
parent
1e24ee19d9
commit
4328fe2071
@ -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:
|
Example invocation from top-level of repository:
|
||||||
|
|
||||||
docker build -t openvpn .
|
docker build -t kylemanna/openvpn .
|
||||||
tests/run.sh 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
|
More details: https://github.com/docker-library/official-images/tree/master/test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user