#! /bin/bash [ -x "$(which docker)" ] && DOCKER=docker [ -x "$(which podman)" ] && DOCKER=podman $DOCKER exec bind9 rndc "$@"