update README.md, add named-compilezone wrapper
This commit is contained in:
4
run_named-compilezone.sh
Executable file
4
run_named-compilezone.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
[ -x "$(which docker 2>/dev/null)" ] && DOCKER=docker
|
||||
[ -x "$(which podman 2>/dev/null)" ] && DOCKER=podman
|
||||
$DOCKER exec bind9 named-compilezone "$@"
|
||||
Reference in New Issue
Block a user