This commit is contained in:
root
2022-03-29 21:04:54 +02:00
commit d1a8e36360
7 changed files with 158 additions and 0 deletions

6
test.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
base=`dirname $0`
base=`readlink -f "$base"`
docker run -v "$base/conftest:/conf" --rm -it "$1" "$2"