We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e24ee1 + 4328fe2 commit 70373dfCopy full SHA for 70373df
test/README.md
@@ -4,8 +4,9 @@ Philosophy is to not re-invent the wheel while allowing users to quickly test re
4
5
Example invocation from top-level of repository:
6
7
- docker build -t openvpn .
8
- tests/run.sh openvpn
+ docker build -t kylemanna/openvpn .
+ test/run.sh kylemanna/openvpn
9
+ # Be sure to pull kylemanna/openvpn:latest after you're done testing
10
11
More details: https://github.com/docker-library/official-images/tree/master/test
12
0 commit comments